~ruther/guix-local

5521432afbb94acc26913e7d6d0de3e294fcd35b — Ricardo Wurmus 1 year, 3 months ago 26b288f
gnu: python-ailment: Add missing inputs.

* gnu/packages/python-xyz.scm (python-ailment)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ie129cd325decbe1f67d641ec9c57b366a1371a34
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 35753,6 35753,7 @@ metadata.")
                      (when tests?
                        (with-directory-excursion "tests"
                          (invoke "python" "-m" "unittest"))))))))
    (native-inputs (list python-setuptools python-wheel))
    (home-page "https://github.com/angr/ailment")
    (synopsis "The angr intermediate language")
    (description