Add dependency on Guile-lzlib.
Guix no longer provides the (guix lzlib) module. This commit arranges to use Guile-lzlib instead.
This commit is contained in:
parent
c7048abe31
commit
773fe2a19f
3 changed files with 7 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#:use-module (guix base16)
|
||||
#:use-module (guix base32)
|
||||
#:use-module (guix serialization)
|
||||
#:use-module (guix lzlib)
|
||||
#:use-module (lzlib)
|
||||
#:use-module (guix inferior)
|
||||
#:use-module (guix memoization)
|
||||
#:use-module (guix derivations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue