mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: cl-trivial-timeout: Enable tests.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Enable tests. Change-Id: I4428e06362a0569451a871faea2a92dd4c56ac3f Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
9e7939d180
commit
67c1d628b3
1 changed files with 0 additions and 4 deletions
|
@ -1264,10 +1264,6 @@ (define-public sbcl-trivial-timeout
|
|||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-lift))
|
||||
(arguments
|
||||
;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this library
|
||||
;; tests use some deprecated functionality and keep failing.
|
||||
`(#:tests? #f))
|
||||
(home-page "https://github.com/hraban/trivial-timeout")
|
||||
(synopsis "Timeout library for Common Lisp")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue