mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: sbcl-cl+ssl: Update to 20211230.
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 20211230.
This commit is contained in:
parent
c570d91e40
commit
0dc580435e
1 changed files with 8 additions and 4 deletions
|
@ -3785,8 +3785,8 @@ (define-public ecl-md5
|
||||||
(list ecl-flexi-streams))))
|
(list ecl-flexi-streams))))
|
||||||
|
|
||||||
(define-public sbcl-cl+ssl
|
(define-public sbcl-cl+ssl
|
||||||
(let ((commit "701e645081e6533a3f0f0b3ac86389d6f506c4b5")
|
(let ((commit "09e896b04c112e7eb0f9d443a5801d557fbcd3ea")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl+ssl")
|
(name "sbcl-cl+ssl")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -3798,7 +3798,7 @@ (define-public sbcl-cl+ssl
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl+ssl" version))
|
(file-name (git-file-name "cl+ssl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nfl275nwhff3m25872y388cydz14kqb6zbwywa6nj85r9k8bgs0"))))
|
(base32 "1ynvk8rbd5zvbdrl8mr49jwmg9fh94clzkagkza9jmpj0p1qvynd"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -3807,6 +3807,9 @@ (define-public sbcl-cl+ssl
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "src/reload.lisp"
|
(substitute* "src/reload.lisp"
|
||||||
(("libssl.so" all)
|
(("libssl.so" all)
|
||||||
|
(string-append
|
||||||
|
(assoc-ref inputs "openssl") "/lib/" all))
|
||||||
|
(("libcrypto.so" all)
|
||||||
(string-append
|
(string-append
|
||||||
(assoc-ref inputs "openssl") "/lib/" all))))))))
|
(assoc-ref inputs "openssl") "/lib/" all))))))))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -3817,7 +3820,8 @@ (define-public sbcl-cl+ssl
|
||||||
sbcl-bordeaux-threads
|
sbcl-bordeaux-threads
|
||||||
sbcl-trivial-garbage
|
sbcl-trivial-garbage
|
||||||
sbcl-alexandria
|
sbcl-alexandria
|
||||||
sbcl-trivial-features))
|
sbcl-trivial-features
|
||||||
|
sbcl-usocket))
|
||||||
(home-page "https://common-lisp.net/project/cl-plus-ssl/")
|
(home-page "https://common-lisp.net/project/cl-plus-ssl/")
|
||||||
(synopsis "Common Lisp bindings to OpenSSL")
|
(synopsis "Common Lisp bindings to OpenSSL")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue