forked from mirrors/nixpkgs
ghostscript: Add man output
This commit is contained in:
parent
9f2f74d9bc
commit
3f29eb8248
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||
inherit sha256;
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
outputs = [ "out" "man" "doc" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue