mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-angr: Add missing inputs.
* gnu/packages/python-xyz.scm (python-angr)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If63c07b6d436b8ef2dac55e976a7715ac510edd8
This commit is contained in:
parent
acc7ffca5c
commit
08be089012
1 changed files with 2 additions and 0 deletions
|
@ -36161,6 +36161,8 @@ mangled symbols, which can be used for directly extracting type information.")
|
|||
unicorn))
|
||||
(native-inputs `(("python-pytest" ,python-pytest)
|
||||
("python-pytest-xdist" ,python-pytest-xdist)
|
||||
("python-setuptools" ,python-setuptools)
|
||||
("python-wheel" ,python-wheel)
|
||||
("binaries"
|
||||
;; This repository ships several binaries used only for testing
|
||||
;; purpose. The binaries are not executed and not part of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue