gnu: guile-lzlib: Add Guile 2.2 variant.

* gnu/packages/guile.scm (guile2.2-lzlib): New variable.
This commit is contained in:
Ludovic Courtès 2021-05-05 00:24:22 +02:00
parent 3a3e62cc56
commit ca3780835f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -895,6 +895,9 @@ pure Scheme by using Guile's foreign function interface.")
(home-page "https://notabug.org/guile-lzlib/guile-lzlib")
(license license:gpl3+)))
(define-public guile2.2-lzlib
(package-for-guile-2.2 guile-lzlib))
(define-public guile-zstd
(package
(name "guile-zstd")