about summary refs log tree commit diff
path: root/pkgs/games/tes3cmd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tes3cmd/default.nix')
-rw-r--r--pkgs/games/tes3cmd/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/tes3cmd/default.nix b/pkgs/games/tes3cmd/default.nix
index 3778aadda9c57..b394c2323c217 100644
--- a/pkgs/games/tes3cmd/default.nix
+++ b/pkgs/games/tes3cmd/default.nix
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks";
+    mainProgram = "tes3cmd";
     homepage = "https://github.com/john-moonsugar/tes3cmd";
     license = licenses.mit;
     maintainers = [ maintainers.marius851000 ];