Merge pull request #147188 from licebmi/master

This commit is contained in:
Sandro 2021-11-26 13:09:31 +01:00 committed by GitHub
commit 43d0e241f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!";