postgresql-9.2.x: Build the world
This builds the man pages as well as contributed program like pg_upgrade Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
05e5f5d515
commit
fad10ddb82
@ -14,13 +14,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
LC_ALL = "C";
|
makeFlags = [ "world" ];
|
||||||
|
|
||||||
postInstall =
|
installTargets = [ "install-world" ];
|
||||||
''
|
|
||||||
mkdir -p $out/share/man
|
LC_ALL = "C";
|
||||||
cp -rvd doc/src/sgml/man1 $out/share/man
|
|
||||||
'';
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit readline;
|
inherit readline;
|
||||||
|
Loading…
Reference in New Issue
Block a user