mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
perlPackages.DistZilla: shortenPerlShebang on Darwin
This commit is contained in:
parent
3f6ae186cf
commit
b382ed47fd
@ -6887,6 +6887,10 @@ let
|
||||
};
|
||||
buildInputs = [ CPANMetaCheck TestDeep TestFailWarnings TestFatal TestFileShareDir ];
|
||||
propagatedBuildInputs = [ AppCmd CPANUploader ConfigMVPReaderINI DateTime FileCopyRecursive FileFindRule FileShareDirInstall Filepushd LogDispatchouli MooseXLazyRequire MooseXSetOnce MooseXTypesPerl PathTiny PerlPrereqScanner SoftwareLicense TermEncoding TermUI YAMLTiny ];
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
shortenPerlShebang $out/bin/dzil
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://dzil.org/";
|
||||
description = "Distribution builder; installer not included!";
|
||||
|
Loading…
Reference in New Issue
Block a user