diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7dec04ead1..b52005e313 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |