mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-06 10:11:32 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user