3
0
Fork 0
forked from mirrors/nixpkgs

woff2: supports darwin

This commit is contained in:
Matthew Bauer 2018-05-29 21:20:56 -04:00
parent 9a4cb9003e
commit 0e04356153

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