about summary refs log tree commit diff
path: root/pkgs/applications/editors/rehex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/rehex/default.nix')
-rw-r--r--pkgs/applications/editors/rehex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/rehex/default.nix b/pkgs/applications/editors/rehex/default.nix
index 0d4d171d98281..bc2bc733c6c03 100644
--- a/pkgs/applications/editors/rehex/default.nix
+++ b/pkgs/applications/editors/rehex/default.nix
@@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ markus1189 wegank ];
     platforms = platforms.all;
+    mainProgram = "rehex";
   };
 }