pgpool: Make linux only
This commit is contained in:
parent
7578bbea27
commit
741657ee8b
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://pgpool.net/mediawiki/index.php;
|
homepage = http://pgpool.net/mediawiki/index.php;
|
||||||
description = "a middleware that works between postgresql servers and postgresql clients.";
|
description = "a middleware that works between postgresql servers and postgresql clients.";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user