1
0
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:
Ricardo Wurmus
2025-01-12 21:58:25 +01:00
parent 85572f0e55
commit e8ef8a5497
+1 -1
View File
@@ -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