uriparser: enable build on darwin

This commit is contained in:
Dmitry Kalinkin
2019-04-06 12:27:37 -04:00
parent b99dc87dc2
commit 45da66351c
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
API documentation is available on uriparser website. API documentation is available on uriparser website.
''; '';
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.unix;
maintainers = with maintainers; [ bosu ]; maintainers = with maintainers; [ bosu ];
}; };
} }