summary refs log tree commit diff
path: root/pkgs/applications/editors/vis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/vis/default.nix')
-rw-r--r--pkgs/applications/editors/vis/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vis/default.nix b/pkgs/applications/editors/vis/default.nix
index 496f04142e1..41994563ee3 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
     homepage = http://github.com/martanne/vis;
     license = licenses.isc;
     maintainers = [ maintainers.vrthra ];
+    platforms = platforms.unix;
   };
 }