mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: python-brian2tools: Fix build.
* gnu/packages/machine-learning.scm (python-brian2tools): Add missing input. [propagated-inputs]: Add python-tables. Change-Id: I974d3a4e1101272710e791ab92b9bc793d17f28e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c02471934b
commit
2ec11c4ebf
1 changed files with 2 additions and 1 deletions
|
|
@ -6747,7 +6747,8 @@ easily extensible.")
|
|||
python-matplotlib
|
||||
python-pylems
|
||||
python-setuptools
|
||||
python-setuptools-scm))
|
||||
python-setuptools-scm
|
||||
python-tables))
|
||||
(native-inputs (list python-pytest))
|
||||
(home-page "https://github.com/brian-team/brian2tools")
|
||||
(synopsis "Tools for the Brian 2 simulator")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue