mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: unicorn: Add missing inputs.
* gnu/packages/emulators.scm (unicorn)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8892c06c08b47662cfc952d393f458464e63e3b0
This commit is contained in:
parent
85572f0e55
commit
e8ef8a5497
1 changed files with 1 additions and 1 deletions
|
|
@ -3662,7 +3662,7 @@ graphic filters. Some of its features include:
|
|||
(("include\\(cmake/")
|
||||
"include(")))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list cmake pkg-config))
|
||||
(native-inputs (list cmake pkg-config python-setuptools python-wheel))
|
||||
(home-page "https://www.unicorn-engine.org")
|
||||
(synopsis "Generic CPU emulator framework")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue