[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/26: gnu: cl+ssl: Update to 0.0.0-3.046d698.
From: |
guix-commits |
Subject: |
13/26: gnu: cl+ssl: Update to 0.0.0-3.046d698. |
Date: |
Thu, 3 Mar 2022 10:22:41 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 02f50df8e35120b9f108ac205bcd075e9d2b25ff
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 11:37:46 2022 +0100
gnu: cl+ssl: Update to 0.0.0-3.046d698.
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 0.0.0-3.046d698.
[native-inputs]: Add fiveam.
[arguments]: Add 'fix-tests' phase.
---
gnu/packages/lisp-xyz.scm | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cc92b9cf99..84fd4f5ca1 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3788,8 +3788,8 @@ RFC 1321 by R. Rivest, published April 1992.")
(list ecl-flexi-streams))))
(define-public sbcl-cl+ssl
- (let ((commit "09e896b04c112e7eb0f9d443a5801d557fbcd3ea")
- (revision "2"))
+ (let ((commit "046d698cf65539faf9aba0a5ccd086a9d6f53eef")
+ (revision "3"))
(package
(name "sbcl-cl+ssl")
(version (git-version "0.0.0" revision commit))
@@ -3801,7 +3801,7 @@ RFC 1321 by R. Rivest, published April 1992.")
(commit commit)))
(file-name (git-file-name "cl+ssl" version))
(sha256
- (base32 "1ynvk8rbd5zvbdrl8mr49jwmg9fh94clzkagkza9jmpj0p1qvynd"))))
+ (base32 "110yhb0f1c8yilqsgza2xhv3675i41iizylibgy5qc5fa2lnaxbv"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:phases
@@ -3814,7 +3814,18 @@ RFC 1321 by R. Rivest, published April 1992.")
(assoc-ref inputs "openssl") "/lib/" all))
(("libcrypto.so" all)
(string-append
- (assoc-ref inputs "openssl") "/lib/" all))))))))
+ (assoc-ref inputs "openssl") "/lib/" all)))))
+ (add-after 'fix-paths 'fix-tests
+ (lambda _
+ ;; Disable coverall support in tests because of a circular
+ ;; dependency: cl+ssl -> cl-coverall -> dexador
+ ;; -> clack -> hunchentoot -> cl+ssl
+ (substitute* "cl+ssl.test.asd"
+ (("\\(:feature \\(:or :sbcl :ccl\\) :cl-coveralls\\)")
+ "")))))))
+ (native-inputs
+ (list ;sbcl-cl-coveralls
+ sbcl-fiveam))
(inputs
(list openssl
sbcl-cffi
- 16/26: gnu: cl-hunchentoot: Fix build., (continued)
- 16/26: gnu: cl-hunchentoot: Fix build., guix-commits, 2022/03/03
- 15/26: gnu: cl-osicat: Update to 0.7.0-3.a45eb3b., guix-commits, 2022/03/03
- 09/26: gnu: cl-strings: Update to 0.0.1-1.93ec417., guix-commits, 2022/03/03
- 21/26: gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc., guix-commits, 2022/03/03
- 22/26: gnu: cl-retrospectiff: Update to 0.2-1.2fbf8c6., guix-commits, 2022/03/03
- 23/26: gnu: cl-zpb-exif: Update to 1.2.5., guix-commits, 2022/03/03
- 25/26: gnu: cl-mcclim: Update to 0.9.7-2.292343f., guix-commits, 2022/03/03
- 03/26: gnu: cl-zpb-ttf: Update to 1.0.4., guix-commits, 2022/03/03
- 06/26: gnu: cl-parse-js: Improve package definition., guix-commits, 2022/03/03
- 10/26: gnu: cl-babel: Update to 0.5.0-2.f892d05., guix-commits, 2022/03/03
- 13/26: gnu: cl+ssl: Update to 0.0.0-3.046d698.,
guix-commits <=
- 18/26: gnu: cl-mgl-pax: Update to 0.1.0-0.ed82a80., guix-commits, 2022/03/03
- 19/26: gnu: Add cl-try., guix-commits, 2022/03/03
- 20/26: gnu: cl-slime-swank: Update to 2.27., guix-commits, 2022/03/03
- 24/26: gnu: Add cl-dejavu., guix-commits, 2022/03/03
- 26/26: gnu: cl-caveman: Update to 2.4.0.35cd8bc., guix-commits, 2022/03/03
- 17/26: gnu: cl-esrap: Update to 0.18-3.4c82a86., guix-commits, 2022/03/03