nim: make gdb optional to fix aarch64-darwin build

This commit is contained in:
Domen Kožar 2023-01-30 10:44:18 +00:00
parent ab953a5b2c
commit fa0775101f

View file

@ -262,7 +262,7 @@ in {
runHook postBuild
'';
wrapperArgs = [
wrapperArgs = lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [
"--prefix PATH : ${lib.makeBinPath [ buildPackages.gdb ]}:${
placeholder "out"
}/bin"