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 1a26cbe2ae gnu: librelane: Fix typo.
1a26cbe2ae is described below
commit 1a26cbe2aee12935dd05749407d2be1f9a72d416
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Mar 10 18:09:42 2026 +0100
gnu: librelane: Fix typo.
* gnu/packages/electronics.scm (librelane)[inputs]: Remove
python-wrapper; add python.
[arguments]: Fix ’wrap-program #:phase accordingly.
Change-Id: I509d6022131c57c0623e41f117807fb7061e87bd
---
gnu/packages/electronics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 58a89cda62..a5e1007f44 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1096,7 +1096,7 @@ an embedded event driven algorithm.")
,(string-append
#$(this-package-input "openroad-cli") "/bin")
,(string-append
- #$(this-package-input "python-wrapper") "/bin")
+ #$(this-package-input "python") "/bin")
,(string-append
#$(this-package-input "ruby") "/bin")
,(string-append
@@ -1112,6 +1112,7 @@ an embedded event driven algorithm.")
magic
netgen
openroad-cli
+ python
python-click
python-cloup
python-deprecated
@@ -1125,7 +1126,6 @@ an embedded event driven algorithm.")
python-rapidfuzz
python-rich
python-semver
- python-wrapper
python-yamlcore-0.0.2
ruby
verilator