me
/
guix
Archived
1
0
Fork 0

gnu: cl-lzlib: Update to 2.0-1.c8102fc.

* gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 2.0-1.c8102fc.
  [inputs]: Remove labels.
  [arguments]: Use gexp.
master
Guillaume Le Vaillant 2022-06-30 14:30:47 +02:00
parent e18f43f24e
commit 90defb0f14
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 16 additions and 17 deletions

View File

@ -7135,37 +7135,36 @@ cl-plumbing libraries.")
(sbcl-package->ecl-package sbcl-cl-octet-streams))
(define-public sbcl-lzlib
(let ((commit "cad10f5becbcfebb44b9d311a257563778803452")
(revision "2"))
(let ((commit "c8102fc8c959b7c418eb60657bd6c8b875f10ba9")
(revision "1"))
(package
(name "sbcl-lzlib")
(version (git-version "1.1" revision commit))
(version (git-version "2.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/glv2/cl-lzlib")
(commit commit)))
(file-name (git-file-name name version))
(file-name (git-file-name "cl-lzlib" version))
(sha256
(base32 "09lp7li35h4jkls0448fj1sh6pjslr1w7ranbc4szjr8g0c2bdry"))))
(base32 "1glg1y1s1mqgypvxp0ss11cicrddri006wqwhy47lgq7mk5853zz"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-fiveam))
(inputs
`(("cffi" ,sbcl-cffi)
("cl-octet-streams" ,sbcl-cl-octet-streams)
("lparallel" ,sbcl-lparallel)
("lzlib" ,lzlib)))
(list lzlib
sbcl-cffi
sbcl-cl-octet-streams
sbcl-lparallel))
(arguments
'(#:phases
(modify-phases %standard-phases
(list #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "src/lzlib.lisp"
(("liblz\\.so")
(search-input-file inputs "/lib/liblz.so")))
#t)))))
(search-input-file inputs "/lib/liblz.so"))))))))
(synopsis "Common Lisp library for lzip (de)compression")
(description
"This Common Lisp library provides functions for lzip (LZMA)