mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix pre-2.7.0 qemu builds.
This is a follow-up to 43bec6d0
.
* gnu/packages/debug.scm (qemu-2.3.0),
gnu/packages/grub.scm (qemu-for-tests)[arguments]: Remove the
'disable-test-qga phase.
This commit is contained in:
parent
6779b93222
commit
83723949a4
2 changed files with 11 additions and 2 deletions
|
@ -161,7 +161,10 @@ tools that process C/C++ code.")
|
|||
;; XXX: Disable tests because of GTester's rejection of duplicate test
|
||||
;; names, which wasn't addressed in this version of QEMU.
|
||||
`(#:tests? #f
|
||||
,@(package-arguments qemu-minimal)))))
|
||||
,@(substitute-keyword-arguments (package-arguments qemu-minimal)
|
||||
((#:phases phases)
|
||||
;; We disable the tests so we skip the phase disabling the qga test.
|
||||
`(modify-phases ,phases (delete 'disable-test-qga))))))))
|
||||
|
||||
(define-public american-fuzzy-lop
|
||||
(let ((machine (match (or (%current-target-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue