1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Merge pull request #11152 from DeterminateSystems/flip-coroutines

addToStore(): Evaluate on the main stack
This commit is contained in:
Eelco Dolstra 2024-08-20 18:19:49 +02:00 committed by GitHub
commit e1d1eac791
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 231 deletions

View file

@ -39,8 +39,6 @@
`pkgconfig` and the Boehm garbage collector, and pass the flag
`--enable-gc` to `configure`.
For `bdw-gc` <= 8.2.4 Nix needs a [small patch](https://github.com/NixOS/nix/blob/ac4d2e7b857acdfeac35ac8a592bdecee2d29838/boehmgc-traceable_allocator-public.diff) to be applied.
- The `boost` library of version 1.66.0 or higher. It can be obtained
from the official web site <https://www.boost.org/>.