pgpool: Make linux only

This commit is contained in:
William A. Kennington III 2015-04-04 19:43:54 -07:00
parent 7578bbea27
commit 741657ee8b

View File

@ -14,7 +14,7 @@ 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.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
};
}