mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: unicorn: Disable missing tests.
* gnu/packages/emulators.scm (unicorn) [arguments] <tests?>: No tests in PyPI archive. [native-inputs]: Remove python-wheel. Change-Id: Idfbe9a2d3aae3fec71b097dfbc565443505d6171
This commit is contained in:
parent
94dca81570
commit
2cda76b2f4
1 changed files with 3 additions and 1 deletions
|
|
@ -4136,7 +4136,9 @@ graphic filters. Some of its features include:
|
|||
(("include\\(cmake/")
|
||||
"include(")))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list cmake-minimal pkg-config python-setuptools python-wheel))
|
||||
(arguments
|
||||
(list #:tests? #f)) ;XXX: No tests in PyPI, check git-fetch.
|
||||
(native-inputs (list cmake-minimal pkg-config python-setuptools))
|
||||
(home-page "https://www.unicorn-engine.org")
|
||||
(synopsis "Generic CPU emulator framework")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue