mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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:
parent
28e05a0dfd
commit
029125b973
@ -11,7 +11,7 @@ let
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "doc" ];
|
||||
outputs = [ "out" "lib" "doc" "man" ];
|
||||
setOutputFlags = false; # $out retains configureFlags :-/
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user