From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42153) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jORUV-0007n8-8g for guix-patches@gnu.org; Tue, 14 Apr 2020 15:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jORUU-0006HJ-DH for guix-patches@gnu.org; Tue, 14 Apr 2020 15:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51548) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jORUU-0006HB-AF for guix-patches@gnu.org; Tue, 14 Apr 2020 15:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jORUU-0003nV-7I for guix-patches@gnu.org; Tue, 14 Apr 2020 15:45:02 -0400 Subject: [bug#40631] [PATCH 3/4] gnu: qemu: Add libcacard as an input to enable smartcard support. Resent-Message-ID: From: Christopher Baines Date: Tue, 14 Apr 2020 20:44:19 +0100 Message-Id: <20200414194420.15589-3-mail@cbaines.net> In-Reply-To: <20200414194420.15589-1-mail@cbaines.net> References: <877dyh7tcn.fsf@cbaines.net> <20200414194420.15589-1-mail@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40631@debbugs.gnu.org This fixes an error in gnome-boxes when starting virtual machines: Unable to start domain: unsupported configuration: this QEMU binary lacks smartcard passthrough mode support * gnu/packages/virtualization.scm (qemu)[inputs]: Add libcacard. --- gnu/packages/virtualization.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index c00f3ef9a8..7d4aac0d40 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -217,6 +217,7 @@ exec smbd $@"))) ("gtk+" ,gtk+) ("libaio" ,libaio) ("libattr" ,attr) + ("libcacard" ,libcacard) ; smartcard support ("libcap" ,libcap) ; virtfs support requires libcap & libattr ("libdrm" ,libdrm) ("libepoxy" ,libepoxy) -- 2.26.0