mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
perlPackages.ScalarType: init at 0.3.2
This commit is contained in:
parent
27b5b0090c
commit
5e40691566
@ -21739,6 +21739,20 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
ScalarType = buildPerlPackage {
|
||||
pname = "Scalar-Type";
|
||||
version = "0.3.2";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DC/DCANTRELL/Scalar-Type-0.3.2.tar.gz";
|
||||
hash = "sha256-WQyv6gz1RZmSoEiFYsDb1vnfdYtfAH8OQ6uhMLRe7oY=";
|
||||
};
|
||||
propagatedBuildInputs = [ CaptureTiny TestException ];
|
||||
meta = {
|
||||
description = "Figure out what type a scalar is";
|
||||
license = with lib.licenses; [ artistic1 gpl2Only ];
|
||||
};
|
||||
};
|
||||
|
||||
SCGI = buildPerlModule {
|
||||
pname = "SCGI";
|
||||
version = "0.6";
|
||||
|
Loading…
Reference in New Issue
Block a user