Merge pull request #213549 from NixOS/nim-aarch64-darwin
nim: make gdb optional to fix aarch64-darwin build
This commit is contained in:
commit
140ed7176a
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ in {
|
|||
runHook postBuild
|
||||
'';
|
||||
|
||||
wrapperArgs = [
|
||||
wrapperArgs = lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [
|
||||
"--prefix PATH : ${lib.makeBinPath [ buildPackages.gdb ]}:${
|
||||
placeholder "out"
|
||||
}/bin"
|
||||
|
|
Loading…
Reference in a new issue