~ruther/guix-local

c1b3887d564eae45da2a43a500f0dc5798178fbf — Nicolas Graves 1 year, 3 months ago a2b0677
gnu: python-lcapy: Add missing native-inputs.

* gnu/packages/engineering.scm (python-lcapy)[native-inputs]: Add
python-setuptools, python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/engineering.scm
M gnu/packages/engineering.scm => gnu/packages/engineering.scm +3 -1
@@ 3138,7 3138,9 @@ Microwave engineering.")
                             python-scipy
                             python-sympy
                             python-wheel))
    (native-inputs (list python-pytest))
    (native-inputs (list python-pytest
                         python-setuptools
                         python-wheel))
    (home-page "https://github.com/mph-/lcapy")
    (synopsis "Symbolic linear circuit analysis")
    (description "Lcapy is a Python package for linear circuit analysis.  It