diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-10 18:09:42 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-10 18:10:17 +0100 |
| commit | 1a26cbe2aee12935dd05749407d2be1f9a72d416 (patch) | |
| tree | cdfb6942eb0b9ccfdbb032ec12a180dc83a9c7ed /gnu/packages/electronics.scm | |
| parent | c3c2f3be04364e3f616bfcc38875b112bedbe901 (diff) | |
gnu: librelane: Fix typo.
* gnu/packages/electronics.scm (librelane)[inputs]: Remove
python-wrapper; add python.
[arguments]: Fix ’wrap-program #:phase accordingly.
Change-Id: I509d6022131c57c0623e41f117807fb7061e87bd
Diffstat (limited to 'gnu/packages/electronics.scm')
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 58a89cda62e..a5e1007f44a 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 |
