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
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
wrapperArgs = [
|
wrapperArgs = lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [
|
||||||
"--prefix PATH : ${lib.makeBinPath [ buildPackages.gdb ]}:${
|
"--prefix PATH : ${lib.makeBinPath [ buildPackages.gdb ]}:${
|
||||||
placeholder "out"
|
placeholder "out"
|
||||||
}/bin"
|
}/bin"
|
||||||
|
|
Loading…
Reference in a new issue