postgresql: add man output

the doc output is not installed by default (where manpages where
included). This leads to manpages not present when enabling postgresql
service. fixes #25928
This commit is contained in:
Jörg Thalheim 2017-05-20 06:58:42 +01:00
parent 28e05a0dfd
commit 029125b973
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -11,7 +11,7 @@ let
inherit sha256;
};
outputs = [ "out" "lib" "doc" ];
outputs = [ "out" "lib" "doc" "man" ];
setOutputFlags = false; # $out retains configureFlags :-/
buildInputs =