mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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";
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue