Skip to content

Commit 029125b

Browse files
committedMay 20, 2017
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
1 parent 28e05a0 commit 029125b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/servers/sql/postgresql/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let
1111
inherit sha256;
1212
};
1313

14-
outputs = [ "out" "lib" "doc" ];
14+
outputs = [ "out" "lib" "doc" "man" ];
1515
setOutputFlags = false; # $out retains configureFlags :-/
1616

1717
buildInputs =

0 commit comments

Comments
 (0)
Please sign in to comment.