mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public open-simulation-interface
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue