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;
|
||||
|
||||
LC_ALL = "C";
|
||||
makeFlags = [ "world" ];
|
||||
|
||||
postInstall =
|
||||
''
|
||||
mkdir -p $out/share/man
|
||||
cp -rvd doc/src/sgml/man1 $out/share/man
|
||||
'';
|
||||
installTargets = [ "install-world" ];
|
||||
|
||||
LC_ALL = "C";
|
||||
|
||||
passthru = {
|
||||
inherit readline;
|
||||
|
|
Loading…
Reference in New Issue