guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qemu-minimal-2.10: Use minimal dependencies


From: guix-commits
Subject: branch master updated: gnu: qemu-minimal-2.10: Use minimal dependencies from qemu-minimal.
Date: Sun, 01 Mar 2020 15:51:18 -0500

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2d79250  gnu: qemu-minimal-2.10: Use minimal dependencies from 
qemu-minimal.
2d79250 is described below

commit 2d79250d1aa32fbff5aae0b1d00fcb44cab453e1
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sat Feb 22 15:35:25 2020 +0100

    gnu: qemu-minimal-2.10: Use minimal dependencies from qemu-minimal.
    
    Without this patch qemu-minimal-2.10 is not really minimal; it depends on
    cups, ffmpeg, ghostscript, gstreamer, gtk, spice, ...
    
    * gnu/packages/virtualization.scm (qemu-minimal-2.10)
      [native-inputs]: Inherit from QEMU-MINIMAL instead of QEMU.
      [inputs]: Likewise.
    
    Signed-off-by: Jakub Kądziołka <address@hidden>
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index d3f474d..b8d85e0 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -303,10 +303,10 @@ server and embedded PowerPC, and S390 guests.")
               (search-patches "qemu-glibc-2.27.patch"))))
     ;; qemu-minimal-2.10 needs Python 2. Remove below once no longer necessary.
     (native-inputs `(("python-2" ,python-2)
-                     ,@(fold alist-delete (package-native-inputs qemu)
+                     ,@(fold alist-delete (package-native-inputs qemu-minimal)
                              '("python-wrapper" "python-sphinx"))))
     (inputs
-     (fold alist-delete (package-inputs qemu)
+     (fold alist-delete (package-inputs qemu-minimal)
            ;; Disable seccomp support, because it's not required for the GRUB
            ;; test suite, and because it fails with libseccomp 2.4.2 and later.
            '("libseccomp"))))))



reply via email to

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