about 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 3fe756bcf72b7..74d0bc156758b 100644
--- a/pkgs/applications/editors/wily/default.nix
+++ b/pkgs/applications/editors/wily/default.nix
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
     license = licenses.artistic1;
     maintainers = [ maintainers.vrthra ];
     platforms = platforms.unix;
+    mainProgram = "wily";
   };
 }