forked from mirrors/nixpkgs
woff2: set platforms to linux only
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
This commit is contained in:
parent
1db3b1c2d7
commit
17a4f0f756
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/google/woff2;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.hrdinka ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue