mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyvex: Add missing inputs.
* gnu/packages/python-xyz.scm (python-pyvex)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I09f711e88b62d4b3aee5c0b9828ce4d94df92a41
This commit is contained in:
parent
e8ef8a5497
commit
3b74775c96
1 changed files with 1 additions and 0 deletions
|
@ -35874,6 +35874,7 @@ it was loader by the operating system's loader.")
|
|||
(setenv "CC" #$(cc-for-target))
|
||||
(setenv "CC_NATIVE" "gcc"))))))
|
||||
(propagated-inputs (list python-archinfo python-bitstring python-cffi))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/angr/pyvex")
|
||||
(synopsis "Python interface to libVEX and VEX IR")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue