gnu: GRUB: Use the latest version of QEMU for tests.
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from QEMU-MINIMAL-2.10 to QEMU-MINIMAL.
This commit is contained in:
parent
f142c0775a
commit
a67c4ff369
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@
|
||||||
;; Dependencies for the test suite. The "real" QEMU is needed here,
|
;; Dependencies for the test suite. The "real" QEMU is needed here,
|
||||||
;; because several targets are used.
|
;; because several targets are used.
|
||||||
("parted" ,parted)
|
("parted" ,parted)
|
||||||
("qemu" ,qemu-minimal-2.10)
|
("qemu" ,qemu-minimal)
|
||||||
("xorriso" ,xorriso)))
|
("xorriso" ,xorriso)))
|
||||||
(home-page "https://www.gnu.org/software/grub/")
|
(home-page "https://www.gnu.org/software/grub/")
|
||||||
(synopsis "GRand Unified Boot loader")
|
(synopsis "GRand Unified Boot loader")
|
||||||
|
|
|
||||||
Reference in a new issue