nix-super/src/libstore/builtins
Eelco Dolstra d3761f5f8b
Fix Brotli decompression in 'nix log'
This didn't work anymore since decompression was only done in the
non-coroutine case.

Decompressors are now sinks, just like compressors.

Also fixed a bug in bzip2 API handling (we have to handle BZ_RUN_OK
rather than BZ_OK), which we didn't notice because there was a missing
'throw':

  if (ret != BZ_OK)
      CompressionError("error while compressing bzip2 file");
2018-08-06 15:40:29 +02:00
..
buildenv.cc <nix/buildenv.nix>: Ignore dangling symlinks 2018-04-05 20:04:42 +02:00
fetchurl.cc Fix Brotli decompression in 'nix log' 2018-08-06 15:40:29 +02:00