godot: disable autoPatchelf on $debug

Fixes: #399818
This commit is contained in:
David McFarland
2025-04-20 11:12:31 -03:00
parent f7b20f6d75
commit e32a27edc3
+8
View File
@@ -241,6 +241,14 @@ let
runHook post Install
'';
# patching $debug can crash patchelf
# (https://github.com/NixOS/patchelf/issues/373), so explicitly patch $out
dontAutoPatchelf = true;
postFixup = ''
autoPatchelf "$out"
'';
passthru = {
tests =
let