summary refs log tree commit diff
path: root/pkgs/applications/editors/wily/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/wily/default.nix')
-rw-r--r--pkgs/applications/editors/wily/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/wily/default.nix b/pkgs/applications/editors/wily/default.nix
index fb4ae6afc097f..ce67cc2d64842 100644
--- a/pkgs/applications/editors/wily/default.nix
+++ b/pkgs/applications/editors/wily/default.nix
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
     homepage = http://wily.sourceforge.net;
     license = licenses.artistic1;
     maintainers = [ maintainers.vrthra ];
+    platforms = platforms.unix;
   };
 }