about summary refs log tree commit diff
path: root/pkgs/tools/graphics/welkin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/welkin/default.nix')
-rw-r--r--pkgs/tools/graphics/welkin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/welkin/default.nix b/pkgs/tools/graphics/welkin/default.nix
index 6e268ef5941db..2882ae960de15 100644
--- a/pkgs/tools/graphics/welkin/default.nix
+++ b/pkgs/tools/graphics/welkin/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
     ];
     hydraPlatforms = [];
     license = stdenv.lib.licenses.free;
+    platforms = with stdenv.lib.platforms; unix;
   };
 }