Enable dnsmasq on OS X

It seems to work alright.
This commit is contained in:
Frerich Raabe 2014-08-07 20:49:34 +02:00
parent e60b0683fa
commit 1ff81347ec

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "An integrated DNS, DHCP and TFTP server for small networks";
homepage = http://www.thekelleys.org.uk/dnsmasq/doc.html;
license = "GPL";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = [ stdenv.lib.maintainers.eelco ];
};
}