[cpan2nix] perlPackages.CPANMini: cleanup
This commit is contained in:
parent
18f6b2b6d7
commit
ce15ea3842
@ -3546,7 +3546,7 @@ let
|
|||||||
sha256 = "5a297afc3e367ad80811464d4eb7e4dd3caff8ba499cdd2b558f6279443a7657";
|
sha256 = "5a297afc3e367ad80811464d4eb7e4dd3caff8ba499cdd2b558f6279443a7657";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||||
propagatedBuildInputs = [ FileHomeDir LWP LWPProtocolHttps URI ];
|
propagatedBuildInputs = [ FileHomeDir LWPProtocolHttps ];
|
||||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
shortenPerlShebang $out/bin/minicpan
|
shortenPerlShebang $out/bin/minicpan
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user