woff2: set platforms to linux only

Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
This commit is contained in:
Christoph Hrdinka 2018-01-13 12:43:18 +01:00
parent 1db3b1c2d7
commit 17a4f0f756
No known key found for this signature in database
GPG Key ID: 39391E2F20458287

View File

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