libutil: allow draining Generator<Bytes> into sinks

Change-Id: I442d03a5399096d4baca9a2618b4c4b64db36c4b
This commit is contained in:
eldritch horrors
2024-07-03 11:46:53 +00:00
parent 4857feb910
commit b252b3c6e3
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -65,5 +65,6 @@ if cxx.get_linker_id() in ['ld.bfd', 'ld.gold']
endif
libstore = dependency('lixstore', 'lix-store', required : true)
libutil = dependency('lixutil', 'lix-util', required : true)
subdir('lib/Nix')