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:
parent
a87c3711b6
commit
b1783ff615
4 changed files with 20 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue