diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 01:06:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 12:00:49 +0100 |
| commit | 2cda76b2f43c8cb2ab5fa2fbc456e7aa14a01210 (patch) | |
| tree | cded7735d0e9b10b2955850cfec48133457676d8 /gnu/packages/emulators.scm | |
| parent | 94dca815707ec4bef0d405962f3770ba7026c2ac (diff) | |
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
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index ddb7c9c3ffd..362e38a231e 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -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 |
