nim: enable wrapper args for arm darwin

This fixes an issue where nim-gdb does find gdb in path
This commit is contained in:
eveeifyeve
2026-04-02 01:54:27 +11:00
committed by Eveeifyeve
parent c996582058
commit 53dc2ea05a
+1 -1
View File
@@ -86,7 +86,7 @@ let
runHook postBuild
'';
wrapperArgs = lib.optionals (!(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)) [
wrapperArgs = [
"--prefix PATH : ${lib.makeBinPath [ buildPackages.gdb ]}:${placeholder "out"}/bin"
# Used by nim-gdb