powerdns: use meta.broken not meta.platforms
This commit is contained in:
parent
0fd9b67e98
commit
b1552d92dd
@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Authoritative DNS server";
|
description = "Authoritative DNS server";
|
||||||
homepage = https://www.powerdns.com;
|
homepage = https://www.powerdns.com;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
# cannot find postgresql libs on macos x
|
broken = stdenv.isDarwin;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ mic92 disassembler ];
|
maintainers = with maintainers; [ mic92 disassembler ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user