unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62319] [PATCH] gnu: ecl-jzon: Enable tests.
@ 2023-03-21  5:19 jgart via Guix-patches via
  2023-03-22 13:35 ` bug#62319: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-03-21  5:19 UTC (permalink / raw)
  To: 62319; +Cc: jgart

* gnu/packages/lisp-xyz.scm (ecl-jzon): Enable tests.
---
 gnu/packages/lisp-xyz.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f54db4d7c3..6c766e14bb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24782,13 +24782,7 @@ (define-public cl-jzon
   (sbcl-package->cl-source-package sbcl-jzon))
 
 (define-public ecl-jzon
-  (let ((pkg (sbcl-package->ecl-package sbcl-jzon)))
-    (package
-      (inherit pkg)
-      (arguments
-       (substitute-keyword-arguments (package-arguments pkg)
-         ;; FIXME: Tests fail on ECL:  https://github.com/Zulu-Inuoe/jzon/issues/36
-         ((#:tests? _ #f) #f))))))
+  (sbcl-package->ecl-package sbcl-jzon))
 
 (define-public sbcl-simple-routes
   (let ((commit "6f88c38945a4de73e85786d3499c39cacb400598")
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62319: [PATCH] gnu: ecl-jzon: Enable tests.
  2023-03-21  5:19 [bug#62319] [PATCH] gnu: ecl-jzon: Enable tests jgart via Guix-patches via
@ 2023-03-22 13:35 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-03-22 13:35 UTC (permalink / raw)
  To: jgart; +Cc: 62319-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as dff90b64b9a2a253c39b3f91082a466c91cbc5bb.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-22 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21  5:19 [bug#62319] [PATCH] gnu: ecl-jzon: Enable tests jgart via Guix-patches via
2023-03-22 13:35 ` bug#62319: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).