summary refs log tree commit diff
path: root/pkgs/development/web/woff2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/woff2/default.nix')
-rw-r--r--pkgs/development/web/woff2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/woff2/default.nix b/pkgs/development/web/woff2/default.nix
index 22b38af29a3c..3480924370e2 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.unix;
+    platforms = platforms.linux;
   };
 }