mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: librelane: Fix typo.
* gnu/packages/electronics.scm (librelane)[inputs]: Remove python-wrapper; add python. [arguments]: Fix ’wrap-program #:phase accordingly. Change-Id: I509d6022131c57c0623e41f117807fb7061e87bd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user