mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add qemu-minimal.
* gnu/packages/qemu.scm (qemu): Exchange with former QEMU-HEADLESS. (qemu-headless): Rename to... (qemu-minimal): ... this. New variable. Pass --target-list. * gnu/packages/debug.scm (qemu-2.3.0): Inherit from QEMU-MINIMAL. * gnu/packages/grub.scm (qemu-for-tests): Likewise. * gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image): Update to name change.
This commit is contained in:
parent
bb38ece458
commit
06da1a6b4f
4 changed files with 31 additions and 22 deletions
|
@ -143,7 +143,7 @@ tools that process C/C++ code.")
|
|||
|
||||
(define qemu-2.3.0
|
||||
(package
|
||||
(inherit qemu-headless)
|
||||
(inherit qemu-minimal)
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -157,7 +157,7 @@ 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-headless)))))
|
||||
,@(package-arguments qemu-minimal)))))
|
||||
|
||||
(define-public american-fuzzy-lop
|
||||
(let ((machine (match (or (%current-target-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue