perlPackages.CallContext: init at 0.03

This commit is contained in:
Stig Palmquist 2020-11-29 13:31:25 +01:00
parent 19e6993f2f
commit 8bd496bfa1
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -1612,6 +1612,20 @@ let
propagatedBuildInputs = [ Cairo Glib ];
};
CallContext = buildPerlPackage {
pname = "Call-Context";
version = "0.03";
src = fetchurl {
url = "mirror://cpan/authors/id/F/FE/FELIPE/Call-Context-0.03.tar.gz";
sha256 = "0ee6bf46bc72755adb7a6b08e79d12e207de5f7809707b3c353b58cb2f0b5a26";
};
meta = {
description = "Sanity-check calling context";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
cam_pdf = buildPerlModule {
pname = "CAM-PDF";
version = "1.60";