Skip to content

Commit

Permalink
woff2: set platforms to linux only
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
  • Loading branch information
hrdinka committed Jan 13, 2018
1 parent 1db3b1c commit 17a4f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/web/woff2/default.nix
Expand Up @@ -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;
};
}

0 comments on commit 17a4f0f

Please sign in to comment.