mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
perl-Sub-Quote: init at 2.003001
This commit is contained in:
parent
1bb96c202d
commit
6d1180cf02
@ -11832,6 +11832,19 @@ let self = _self // overrides; _self = with self; {
|
||||
propagatedBuildInputs = [SubUplevel TestException];
|
||||
};
|
||||
|
||||
SubQuote = buildPerlPackage rec {
|
||||
name = "Sub-Quote-2.003001";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
|
||||
sha256 = "9d471d8e13e7ce4793d5a5ec04a60fface14dd53be78dd94d228871915cfd1f9";
|
||||
};
|
||||
buildInputs = [ TestFatal ];
|
||||
meta = {
|
||||
description = "Efficient generation of subroutines via string eval";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
SubUplevel = buildPerlPackage {
|
||||
name = "Sub-Uplevel-0.24";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user