From: Jan Nieuwenhuizen <janneke@gnu.org>
To: 39737@debbugs.gnu.org
Subject: [bug#39737] [PATCH] gnu: qemu-minimal-2.10: Use minimal dependencies from qemu-minimal.
Date: Sat, 22 Feb 2020 15:35:25 +0100 [thread overview]
Message-ID: <20200222143525.1181-1-janneke@gnu.org> (raw)
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): Use minimal
dependencies from qemu-minimal.
---
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 d3f474d17a..b8d85e03a4 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"))))))
--
2.24.0
next reply other threads:[~2020-02-22 14:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-22 14:35 Jan Nieuwenhuizen [this message]
2020-02-24 20:27 ` [bug#39737] [PATCH] gnu: qemu-minimal-2.10: Use minimal dependencies from qemu-minimal Marius Bakke
2020-03-01 20:51 ` bug#39737: " Jakub Kądziołka
2020-03-01 20:53 ` [bug#39737] " Jakub Kądziołka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200222143525.1181-1-janneke@gnu.org \
--to=janneke@gnu.org \
--cc=39737@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).