summary refs log tree commit diff
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-08-12 10:20:19 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-08-12 10:20:19 -0300
commit347b77eba12b3f54850d2824d742f9aa18c1f60d (patch)
tree32989acc8ea11072c8817bdbb513d1158d5a1ad1
parent779dfd2218e888d8e6da70b556798672fbdc044c (diff)
downloadnixpkgs-347b77eba12b3f54850d2824d742f9aa18c1f60d.tar
nixpkgs-347b77eba12b3f54850d2824d742f9aa18c1f60d.tar.gz
nixpkgs-347b77eba12b3f54850d2824d742f9aa18c1f60d.tar.bz2
nixpkgs-347b77eba12b3f54850d2824d742f9aa18c1f60d.tar.lz
nixpkgs-347b77eba12b3f54850d2824d742f9aa18c1f60d.tar.xz
nixpkgs-347b77eba12b3f54850d2824d742f9aa18c1f60d.tar.zst
nixpkgs-347b77eba12b3f54850d2824d742f9aa18c1f60d.zip
godot_4: add mainProgram
-rw-r--r--pkgs/development/tools/godot/4/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/godot/4/default.nix b/pkgs/development/tools/godot/4/default.nix
index e57e22f8f04..986d2d7745f 100644
--- a/pkgs/development/tools/godot/4/default.nix
+++ b/pkgs/development/tools/godot/4/default.nix
@@ -148,5 +148,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
     maintainers = with maintainers; [ twey shiryel ];
+    mainProgram = "godot4";
   };
 }