Skip to content

Commit

Permalink
bacula: fix after postgresql output splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 27, 2017
1 parent e0771a2 commit 13c9cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/bacula/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 13c9cba

Please sign in to comment.