Merge #27424: stdenv: Don't put man pages into $doc

This commit is contained in:
Vladimír Čunát
2017-08-13 19:32:51 +02:00
49 changed files with 62 additions and 64 deletions

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
inherit sha256;
};
outputs = [ "out" "doc" ];
outputs = [ "out" "man" "doc" ];
enableParallelBuilding = true;