This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cb7e6d3031 gnu: Remove ecl-tripod.
cb7e6d3031 is described below

commit cb7e6d303100097926defb2a1e2572ace2e9a06a
Author: jgart <[email protected]>
AuthorDate: Sun Mar 8 12:02:00 2026 -0400

    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

Reply via email to