Enable dnsmasq on OS X
It seems to work alright.
This commit is contained in:
parent
e60b0683fa
commit
1ff81347ec
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An integrated DNS, DHCP and TFTP server for small networks";
|
description = "An integrated DNS, DHCP and TFTP server for small networks";
|
||||||
homepage = http://www.thekelleys.org.uk/dnsmasq/doc.html;
|
homepage = http://www.thekelleys.org.uk/dnsmasq/doc.html;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user