about summary refs log tree commit diff
path: root/pkgs/games/urbanterror
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-19 19:05:13 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-19 19:05:13 +0200
commit52947c5a3e30a8d129400c69f1c3642b8214875c (patch)
treef9b85832d9976b2fa92e6f895111116872f4561d /pkgs/games/urbanterror
parentea53c4bd1bc84972cc3017bc142971d074857324 (diff)
urbanterror: add `meta.mainProgram` attribute
Diffstat (limited to 'pkgs/games/urbanterror')
-rw-r--r--pkgs/games/urbanterror/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/urbanterror/default.nix b/pkgs/games/urbanterror/default.nix
index d370d02a249e2..22f434bc4bc7b 100644
--- a/pkgs/games/urbanterror/default.nix
+++ b/pkgs/games/urbanterror/default.nix
@@ -96,6 +96,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "http://www.urbanterror.info";
     license = licenses.unfreeRedistributable;
+    mainProgram = "urbanterror";
     maintainers = with maintainers; [ astsmtl drupol ];
     platforms = platforms.linux;
     hydraPlatforms = [];