forked from mirrors/nixpkgs
woff2: supports darwin
This commit is contained in:
parent
9a4cb9003e
commit
0e04356153
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue