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

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
configureFlags = [ configureFlags = [
"--with-sqlite3=${sqlite.dev}" "--with-sqlite3=${sqlite.dev}"
"--with-postgresql=${postgresql}" "--with-postgresql=${postgresql.dev}"
]; ];
postInstall = '' postInstall = ''