From cb7e6d303100097926defb2a1e2572ace2e9a06a Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 8 Mar 2026 12:02:00 -0400 Subject: [PATCH] gnu: Remove ecl-tripod. * gnu/packages/lisp-xyz.scm (ecl-tripod): Delete variable. Change-Id: I092ad48cf7c857e3b1945a330dcd9e83b2893906 --- gnu/packages/lisp-xyz.scm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 8c5d776d5b..eaaf39562f 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -31952,17 +31952,6 @@ and Gopher website hosting.") (package/inherit pkg (outputs '("out"))))) -(define-public ecl-tripod - ;; FIXME: Making a standalone binary doesn't work with ECL. - (let ((pkg (sbcl-package->ecl-package sbcl-tripod))) - (package/inherit pkg - (outputs '("out")) - (arguments - (substitute-keyword-arguments (package-arguments pkg) - ((#:phases phases) - #~(modify-phases #$phases - (delete 'build-program)))))))) - ;;; Split the trivia package in two to work around the circular dependency ;;; between guicho271828/trivia and guicho271828/type-i. (define-public sbcl-trivia.trivial