nim: enable wrapper args for arm darwin
This fixes an issue where nim-gdb does find gdb in path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user