3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #92605 from aanderse/perl-packages/dotenv

perlPackages.Dotenv: init at 0.002
This commit is contained in:
Aaron Andersen 2020-08-18 14:35:26 -04:00 committed by GitHub
commit 945e4a6697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6463,6 +6463,21 @@ let
};
};
Dotenv = buildPerlPackage {
pname = "Dotenv";
version = "0.002";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BO/BOOK/Dotenv-0.002.tar.gz";
sha256 = "04c7a7cc4511617d7a70c4ca410d10707dc496248cdad20240ae242223212454";
};
buildInputs = [ TestCPANMeta TestPod TestPodCoverage ];
propagatedBuildInputs = [ PathTiny PodParser ];
meta = {
description = "Support for C<dotenv> in Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
Dumbbench = buildPerlPackage {
pname = "Dumbbench";
version = "0.111";