bacula: fix after postgresql output splitting

+2 -2
+2 -2
pkgs/tools/backup/bacula/default.nix
··· 12 12 # acl relies on attr, which I can't get to build on darwin 13 13 ++ stdenv.lib.optional (!stdenv.isDarwin) acl; 14 14 15 - configureFlags = [ 15 + configureFlags = [ 16 16 "--with-sqlite3=${sqlite.dev}" 17 - "--with-postgresql=${postgresql}" 17 + "--with-postgresql=${postgresql.dev}" 18 18 ]; 19 19 20 20 postInstall = ''