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.
parent
22c7ac4109
commit
ad08f9331f
|
@ -288,8 +288,12 @@ functions in virtual scenarios.")
|
|||
|
||||
(define-public python-open-simulation-interface
|
||||
(package/inherit open-simulation-interface
|
||||
(name "python-open-simulation-interface")
|
||||
(build-system python-build-system)
|
||||
(arguments '())))
|
||||
(arguments '())
|
||||
(propagated-inputs
|
||||
(list python-pyyaml
|
||||
python-protobuf))))
|
||||
|
||||
(define-public esmini
|
||||
(package
|
||||
|
|
Reference in New Issue