unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Diego Nicola Barbato <dnbarbato@posteo.de>
To: 38385@debbugs.gnu.org
Cc: Diego Nicola Barbato <dnbarbato@posteo.de>
Subject: [bug#38385] [PATCH v3 2/2] gnu: qemu: Build with vde2 support.
Date: Wed,  4 Dec 2019 17:02:05 +0100	[thread overview]
Message-ID: <20191204160205.11011-3-dnbarbato@posteo.de> (raw)
In-Reply-To: <20191204160205.11011-1-dnbarbato@posteo.de>

* gnu/packages/virtualization.scm (qemu)[inputs]: Add vde2.
* gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove vde2 from
  inherited inputs.
---
 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 fa7b07e179..3a1b260cbf 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -220,7 +220,7 @@ exec smbd $@")))
        ("spice" ,spice)
        ("usbredir" ,usbredir)
        ("util-linux" ,util-linux)
-       ;; ("vde2" ,vde2)
+       ("vde2" ,vde2)
        ("virglrenderer" ,virglrenderer)
        ("zlib" ,zlib)))
     (native-inputs `(("gettext" ,gettext-minimal)
@@ -268,7 +268,7 @@ server and embedded PowerPC, and S390 guests.")
                   '("gettext")))
     (inputs (fold alist-delete (package-inputs qemu)
                   '("libusb" "mesa" "sdl2" "spice" "virglrenderer" "gtk+"
-                    "usbredir" "libdrm" "libepoxy" "pulseaudio")))))
+                    "usbredir" "libdrm" "libepoxy" "pulseaudio" "vde2")))))
 
 ;; The GRUB test suite fails with later versions of Qemu, so we
 ;; keep it at 2.10 for now.  See
-- 
2.24.0

      parent reply	other threads:[~2019-12-04 16:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 12:59 [bug#38385] [PATCH 0/2] gnu: qemu: Build with vde2 support Diego Nicola Barbato
2019-11-26 13:01 ` [bug#38385] [PATCH 1/2] gnu: Add vde2 Diego Nicola Barbato
2019-11-26 13:01   ` [bug#38385] [PATCH 2/2] gnu: qemu: Build with vde2 support Diego Nicola Barbato
2019-12-01 19:41 ` [bug#38385] [PATCH v2 0/2] " Diego Nicola Barbato
2019-12-01 19:41   ` [bug#38385] [PATCH v2 1/2] gnu: Add vde2 Diego Nicola Barbato
2019-12-01 19:41   ` [bug#38385] [PATCH v2 2/2] gnu: qemu: Build with vde2 support Diego Nicola Barbato
2019-12-04 16:02   ` [bug#38385] [PATCH v3 0/2] " Diego Nicola Barbato
2019-12-04 16:02     ` [bug#38385] [PATCH v3 1/2] gnu: Add vde2 Diego Nicola Barbato
2019-12-11 11:02       ` bug#38385: " Ludovic Courtès
2019-12-04 16:02     ` Diego Nicola Barbato [this message]

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=20191204160205.11011-3-dnbarbato@posteo.de \
    --to=dnbarbato@posteo.de \
    --cc=38385@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).