mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ailment: Add missing inputs.
* gnu/packages/python-xyz.scm (python-ailment)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie129cd325decbe1f67d641ec9c57b366a1371a34
This commit is contained in:
parent
26b288fabc
commit
5521432afb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue