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:
Marius Bakke 2020-03-21 15:14:08 +01:00
parent f142c0775a
commit a67c4ff369
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -196,7 +196,7 @@ (define-public grub
;; Dependencies for the test suite. The "real" QEMU is needed here,
;; because several targets are used.
("parted" ,parted)
("qemu" ,qemu-minimal-2.10)
("qemu" ,qemu-minimal)
("xorriso" ,xorriso)))
(home-page "https://www.gnu.org/software/grub/")
(synopsis "GRand Unified Boot loader")