woff2: supports darwin

This commit is contained in:
Matthew Bauer
2018-05-31 12:34:15 -04:00
parent 9a4cb9003e
commit 0e04356153
+1 -1
View File
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/google/woff2;
license = licenses.mit;
maintainers = [ maintainers.hrdinka ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}