1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Merge pull request #9430 from hercules-ci/remove-vlas

Fix stack overflow in `filter`
This commit is contained in:
Eelco Dolstra 2023-11-30 15:31:44 +01:00 committed by GitHub
commit cb7f25869d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 70 additions and 9 deletions

View file

@ -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
];
})
)