From 3a44b2f0330c30ac9c301add2405eef89aa5a7e4 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Tue, 23 May 2023 23:28:35 +0300 Subject: [PATCH 2/3] gnu: sbcl-nfiles: Temporarily disable tests. * gnu/packages/lisp-xyz.scm (sbcl-nfiles): Temporarily disable tests. --- gnu/packages/lisp-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index c8e8cd47e3..4f67973b91 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -25575,7 +25575,10 @@ (define-public sbcl-nfiles (list sbcl-lisp-unit2 sbcl-nasdf)) (arguments - `(#:phases + ;; Temporarily disabled until the issue below is fixed. + ;; https://github.com/atlas-engineer/nfiles/issues/25 + `(#:tests? #f + #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-paths (lambda* (#:key inputs #:allow-other-keys) -- 2.39.2