guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: GRUB: Use the latest version of QEMU for tests.


From: guix-commits
Subject: 06/10: gnu: GRUB: Use the latest version of QEMU for tests.
Date: Sat, 21 Mar 2020 15:21:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a67c4ff369c103baa8574f1ffd1e66f969a7b330
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 21 15:14:08 2020 +0100

    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.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index b8d68b3..cadcc93 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -196,7 +196,7 @@
        ;; 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]