mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
perlPackages.SyntaxKeywordTry: init at 0.25
This commit is contained in:
parent
6cc260cfd6
commit
f8acdc76e2
@ -19799,6 +19799,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
SyntaxKeywordTry = buildPerlModule {
|
||||
pname = "Syntax-Keyword-Try";
|
||||
version = "0.25";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-0.25.tar.gz";
|
||||
sha256 = "0xd82gcpcrnmwxsbk7x0ainmyybdc087g6j69hrpy80j0asnq2f5";
|
||||
};
|
||||
propagatedBuildInputs = [ XSParseKeyword ];
|
||||
perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";
|
||||
meta = {
|
||||
description = "A try/catch/finally syntax for perl";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
SysMmap = buildPerlPackage {
|
||||
pname = "Sys-Mmap";
|
||||
version = "0.20";
|
||||
|
Loading…
Reference in New Issue
Block a user