mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: simulation: Fix duplicate open-simulation-interface.
Give the python variant a different name, and fix the build. * gnu/packages/simulation.scm (python-open-simulation-interface)[name]: Set. [propagated-inputs]: Add python-pyyaml and python-protobuf.
This commit is contained in:
parent
22c7ac4109
commit
ad08f9331f
1 changed files with 5 additions and 1 deletions
|
@ -288,8 +288,12 @@ functions in virtual scenarios.")
|
||||||
|
|
||||||
(define-public python-open-simulation-interface
|
(define-public python-open-simulation-interface
|
||||||
(package/inherit open-simulation-interface
|
(package/inherit open-simulation-interface
|
||||||
|
(name "python-open-simulation-interface")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '())))
|
(arguments '())
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-pyyaml
|
||||||
|
python-protobuf))))
|
||||||
|
|
||||||
(define-public esmini
|
(define-public esmini
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue