mirror of
https://github.com/NixOS/nix.git
synced 2025-12-19 15:31:07 +01:00
Merge pull request #9430 from hercules-ci/remove-vlas
Fix stack overflow in `filter`
This commit is contained in:
commit
cb7f25869d
5 changed files with 70 additions and 9 deletions
|
|
@ -238,6 +238,9 @@
|
|||
}).overrideAttrs(o: {
|
||||
patches = (o.patches or []) ++ [
|
||||
./boehmgc-coroutine-sp-fallback.diff
|
||||
|
||||
# https://github.com/ivmai/bdwgc/pull/586
|
||||
./boehmgc-traceable_allocator-public.diff
|
||||
];
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue