Skip to content

Commit 13c9cba

Browse files
committedSep 27, 2017
bacula: fix after postgresql output splitting
1 parent e0771a2 commit 13c9cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/tools/backup/bacula/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
1212
# acl relies on attr, which I can't get to build on darwin
1313
++ stdenv.lib.optional (!stdenv.isDarwin) acl;
1414

15-
configureFlags = [
15+
configureFlags = [
1616
"--with-sqlite3=${sqlite.dev}"
17-
"--with-postgresql=${postgresql}"
17+
"--with-postgresql=${postgresql.dev}"
1818
];
1919

2020
postInstall = ''

0 commit comments

Comments
 (0)
Please sign in to comment.