mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
libmicrodns: Change platforms to unix
. See #104062.
It builds on Darwin as well.
This commit is contained in:
parent
2deeb58f49
commit
2a0fbf08da
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Minimal mDNS resolver library, used by VLC";
|
||||
homepage = "https://github.com/videolabs/libmicrodns";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.shazow ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue