mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: cl-fast-io: Update to 1.0.0-3.a4c5ad6.
* gnu/packages/lisp-xyz.scm (sbcl-fast-io): Update to 1.0.0-3.a4c5ad6. [arguments]: Enable tests.
This commit is contained in:
parent
5eea067bd2
commit
3639a25f19
1 changed files with 4 additions and 9 deletions
|
@ -5899,8 +5899,8 @@ (define-public ecl-marshal
|
||||||
(sbcl-package->ecl-package sbcl-marshal))
|
(sbcl-package->ecl-package sbcl-marshal))
|
||||||
|
|
||||||
(define-public sbcl-fast-io
|
(define-public sbcl-fast-io
|
||||||
(let ((commit "603f4903dd74fb221859da7058ae6ca3853fe64b")
|
(let ((commit "a4c5ad600425842e8b6233b1fa22610ffcd874c3")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-fast-io")
|
(name "sbcl-fast-io")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
|
@ -5910,15 +5910,10 @@ (define-public sbcl-fast-io
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rpav/fast-io")
|
(url "https://github.com/rpav/fast-io")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-fast-io" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00agvc0xx4w715i6ach05p995zpcpghn04xc06zyci06q677vw3n"))))
|
(base32 "0wh02yagbqahy9z6787jz5ggpagvr18qd0z13wvwq1vjf8xd2530"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
|
||||||
;; Error while trying to load definition for system fast-io-test from
|
|
||||||
;; pathname [...]/fast-io-test.asd: The function CHECKL:DEFINE-TEST-OP
|
|
||||||
;; is undefined.
|
|
||||||
'(#:tests? #f))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiveam sbcl-checkl))
|
(list sbcl-fiveam sbcl-checkl))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue