[cpan2nix] perlPackages.Dotenv: cleanup

This commit is contained in:
volth 2020-09-09 09:13:03 +00:00
parent 20d6f868b4
commit 24040a0c9e
1 changed files with 1 additions and 1 deletions

View File

@ -6466,7 +6466,7 @@ let
sha256 = "04c7a7cc4511617d7a70c4ca410d10707dc496248cdad20240ae242223212454";
};
buildInputs = [ TestCPANMeta TestPod TestPodCoverage ];
propagatedBuildInputs = [ PathTiny PodParser ];
propagatedBuildInputs = [ PathTiny ];
meta = {
description = "Support for C<dotenv> in Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];