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 c6f5d27245 gnu: Remove ecl-polymorphic-functions.
c6f5d27245 is described below
commit c6f5d27245276a53a0657e8bbb5c9c9e9dedee6c
Author: jgart <[email protected]>
AuthorDate: Sun Mar 8 11:57:34 2026 -0400
gnu: Remove ecl-polymorphic-functions.
* gnu/packages/lisp-xyz.scm (ecl-polymorphic-functions): Delete variable.
Change-Id: I677659d55451d4bdfa99f46ed1b33a5747f9cc3b
---
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 948523583d..8c5d776d5b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26454,9 +26454,6 @@ to dispatch on the basis of types rather than classes.")
(define-public cl-polymorphic-functions
(sbcl-package->cl-source-package sbcl-polymorphic-functions))
-(define-public ecl-polymorphic-functions
- (sbcl-package->ecl-package sbcl-polymorphic-functions))
-
(define-public sbcl-portable-condition-system
(let ((commit "1307ec146d227a9d8ea42312c1ba2a5206a9eb3c")
(revision "0"))