mirror of
https://github.com/NixOS/nix
synced 2025-07-18 07:08:27 +02:00
libutil: add ZstdDecompressionSink
This commit is contained in:
parent
8e836716bb
commit
7f8790eff2
6 changed files with 82 additions and 2 deletions
|
@ -19,6 +19,7 @@ SODIUM_LIBS = @SODIUM_LIBS@
|
|||
LIBLZMA_LIBS = @LIBLZMA_LIBS@
|
||||
SQLITE3_LIBS = @SQLITE3_LIBS@
|
||||
LIBBROTLI_LIBS = @LIBBROTLI_LIBS@
|
||||
LIBZSTD_LIBS = @LIBZSTD_LIBS@
|
||||
EDITLINE_LIBS = @EDITLINE_LIBS@
|
||||
bash = @bash@
|
||||
bindir = @bindir@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue