From 24fcfa457aa1071ce9df35d7c8cc41728c6aa3d8 Mon Sep 17 00:00:00 2001 From: David McFarland Date: Fri, 7 Mar 2025 20:14:18 -0400 Subject: [PATCH] godot: add bin/godot symlink --- pkgs/development/tools/godot/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/godot/common.nix b/pkgs/development/tools/godot/common.nix index 3368dd1d819b..fee03b1c159d 100644 --- a/pkgs/development/tools/godot/common.nix +++ b/pkgs/development/tools/godot/common.nix @@ -235,7 +235,8 @@ let }" '' + '' - runHook postInstall + ln -s godot4${suffix} "$out"/bin/godot + runHook post Install ''; passthru = {