postgresql: use separateDebugInfo correctly

This commit is contained in:
happysalada 2020-11-11 09:11:01 +09:00
parent b433c79505
commit ef08d4cf0b
1 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,8 @@ let
enableParallelBuilding = !stdenv.isDarwin;
separateDebugInfo = true;
buildFlags = [ "world" ];
NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2";
@ -163,7 +165,6 @@ let
];
buildInputs = [ makeWrapper ];
separateDebugInfo = true;
# We include /bin to ensure the $out/bin directory is created, which is
# needed because we'll be removing the files from that directory in postBuild