1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bacula: fix after postgresql output splitting

This commit is contained in:
Robin Gloster 2017-09-27 20:09:40 +02:00
parent e0771a2410
commit 13c9cbacdd
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
# acl relies on attr, which I can't get to build on darwin
++ stdenv.lib.optional (!stdenv.isDarwin) acl;
configureFlags = [
configureFlags = [
"--with-sqlite3=${sqlite.dev}"
"--with-postgresql=${postgresql}"
"--with-postgresql=${postgresql.dev}"
];
postInstall = ''