mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cle: Add missing inputs.
* gnu/packages/python-xyz.scm (python-cle)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icad90691f19b76ff626bd35b4d72059da269d677
This commit is contained in:
parent
3b74775c96
commit
acc7ffca5c
1 changed files with 1 additions and 1 deletions
|
@ -35839,7 +35839,7 @@ binary analysis platform.")
|
|||
#:tests? #f))
|
||||
(propagated-inputs (list python-pefile python-pyelftools python-pyvex
|
||||
python-sortedcontainers python-cart))
|
||||
(native-inputs (list python-cffi))
|
||||
(native-inputs (list python-cffi python-setuptools python-wheel))
|
||||
(home-page "https://github.com/angr/cle")
|
||||
(synopsis "Python loader for binaries and their associated libraries")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue