pgpool: enable on darwin

This commit is contained in:
Mario Rodas
2022-08-21 04:20:00 +00:00
parent fa0978e9a2
commit 510d55d5d7
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "http://pgpool.net/mediawiki/index.php";
description = "A middleware that works between postgresql servers and postgresql clients";
license = licenses.free;
platforms = platforms.linux;
platforms = platforms.unix;
};
}