mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #147188 from licebmi/master
This commit is contained in:
commit
43d0e241f1
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue