1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-11 03:21:03 +01:00

Implement memory-mapped IO for Sinks

This commit is contained in:
silvanshade 2025-03-18 14:22:15 -06:00
parent a87c3711b6
commit b1783ff615
No known key found for this signature in database
4 changed files with 20 additions and 4 deletions

View file

@ -56,7 +56,7 @@ deps_private += blake3
boost = dependency(
'boost',
modules : ['context', 'coroutine'],
modules : ['context', 'coroutine', 'iostreams'],
include_type: 'system',
)
# boost is a public dependency, but not a pkg-config dependency unfortunately, so we