nix: split man output from doc
This commit is contained in:
parent
61ebdc192d
commit
2cbe6bb3f0
@ -9,7 +9,7 @@ let
|
|||||||
common = { name, src }: stdenv.mkDerivation rec {
|
common = { name, src }: stdenv.mkDerivation rec {
|
||||||
inherit name src;
|
inherit name src;
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "man" "doc" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ perl pkgconfig ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user