3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.ack: doc -> man

This commit is contained in:
Tuomas Tynkkynen 2017-07-11 11:53:57 +03:00
parent 3f29eb8248
commit 03d37dc388

View file

@ -30,7 +30,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
sha256 = "0ifbmbfvagfi76i7vjpggs2hrbqqisd14f5zizan6cbdn8dl5z2g";
};
outputs = ["out" "doc"];
outputs = ["out" "man"];
# use gnused so that the preCheck command passes
buildInputs = stdenv.lib.optional stdenv.isDarwin gnused;
propagatedBuildInputs = [ FileNext ];