···12 # acl relies on attr, which I can't get to build on darwin
13 ++ stdenv.lib.optional (!stdenv.isDarwin) acl;
1415- configureFlags = [
16 "--with-sqlite3=${sqlite.dev}"
17- "--with-postgresql=${postgresql}"
18 ];
1920 postInstall = ''
···12 # acl relies on attr, which I can't get to build on darwin
13 ++ stdenv.lib.optional (!stdenv.isDarwin) acl;
1415+ configureFlags = [
16 "--with-sqlite3=${sqlite.dev}"
17+ "--with-postgresql=${postgresql.dev}"
18 ];
1920 postInstall = ''