mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Use boost::container::small_vector in place of VLAs
This commit is contained in:
parent
4d8decbd13
commit
4e790efade
5 changed files with 70 additions and 9 deletions
|
@ -230,6 +230,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