libmicrodns: Change platforms to unix. See #104062.

It builds on Darwin as well.
This commit is contained in:
Niklas Hambüchen 2020-11-17 19:14:29 +01:00
parent 2deeb58f49
commit 2a0fbf08da

View file

@ -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 ];
};
}