~ruther/guix-local

952213a987cda2b0e9972d24d35d0a02aa8d38ae — Cayetano Santos 5 months ago 2c7f573
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>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -1
@@ 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")