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 3169b941b7 gnu: Remove ecl-typo.
3169b941b7 is described below
commit 3169b941b728141b91d02915932474d90995535e
Author: jgart <[email protected]>
AuthorDate: Sun Mar 8 12:14:14 2026 -0400
gnu: Remove ecl-typo.
* gnu/packages/lisp-xyz.scm (ecl-typo): Delete variable.
Change-Id: Iadf7006b7d1b4ab197dca4ffa61fdc76260ab750
---
gnu/packages/lisp-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 634bd41180..57228ef67d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -33541,9 +33541,6 @@ reasoning about types, but without consing.")
(define-public cl-typo
(sbcl-package->cl-source-package sbcl-typo))
-(define-public ecl-typo
- (sbcl-package->ecl-package sbcl-typo))
-
(define-public sbcl-uax-14
(let ((commit "0432162525119c401d3d705bb9bcc9580a03914f")
(revision "1"))