1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove ecl-tripod.

* gnu/packages/lisp-xyz.scm (ecl-tripod): Delete variable.

Change-Id: I092ad48cf7c857e3b1945a330dcd9e83b2893906
This commit is contained in:
jgart
2026-03-08 12:02:00 -04:00
parent c6f5d27245
commit cb7e6d3031

View File

@@ -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