From 0e0435615396562c855bf8f1a949a077b60cdc2a Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Tue, 29 May 2018 21:20:56 -0400 Subject: [PATCH] woff2: supports darwin --- pkgs/development/web/woff2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/web/woff2/default.nix b/pkgs/development/web/woff2/default.nix index 1142c1e006b7..bda6dab14d8a 100644 --- a/pkgs/development/web/woff2/default.nix +++ b/pkgs/development/web/woff2/default.nix @@ -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; }; }