Loading pkgs/development/tools/godot/common.nix +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/tools/godot/common.nix +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading