nix: split man output from doc

This commit is contained in:
Vladimír Čunát 2016-02-22 09:57:31 +01:00
parent 61ebdc192d
commit 2cbe6bb3f0

View File

@ -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 ];