serd: enable on darwin

This commit is contained in:
Mario Rodas
2020-07-20 04:20:00 -05:00
parent a2bb7bc8d9
commit cff2331900

View File

@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
description = "A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples";
license = licenses.mit;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}