mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
perlPackages.XSParseKeyword: 0.38 -> 0.44
This commit is contained in:
parent
9e51c8eb8f
commit
0671159dae
@ -28952,12 +28952,13 @@ with self; {
|
||||
|
||||
XSParseKeyword = buildPerlModule {
|
||||
pname = "XS-Parse-Keyword";
|
||||
version = "0.38";
|
||||
version = "0.44";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.38.tar.gz";
|
||||
hash = "sha256-JQDEeGnPXKjGHdI8Z7rav2a48e+14nkgdlfBzmk+IR4=";
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.44.tar.gz";
|
||||
hash = "sha256-ohrnkiGSfvwR2J2MnbMt9swgsxacX2kuGSEUriNNdhI=";
|
||||
};
|
||||
buildInputs = [ ExtUtilsCChecker Test2Suite ];
|
||||
propagatedBuildInputs = [ FileShareDir ];
|
||||
perlPreHook = lib.optionalString (stdenv.isi686 || stdenv.isDarwin) "export LD=$CC";
|
||||
meta = {
|
||||
description = "XS functions to assist in parsing keyword syntax";
|
||||
|
Loading…
Reference in New Issue
Block a user