From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42171) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jORUW-0007nB-2P 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 1jORUV-0006Il-3q for guix-patches@gnu.org; Tue, 14 Apr 2020 15:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51550) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jORUV-0006Ic-0l for guix-patches@gnu.org; Tue, 14 Apr 2020 15:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jORUV-0003nm-0O for guix-patches@gnu.org; Tue, 14 Apr 2020 15:45:03 -0400 Subject: [bug#40631] [PATCH 4/4] gnu: spice: Add libcacard as an input to enable smartcard support. Resent-Message-ID: From: Christopher Baines Date: Tue, 14 Apr 2020 20:44:20 +0100 Message-Id: <20200414194420.15589-4-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 is to fix an issue with gnome-boxes when trying to start a virtual machine: unsupported type name: smartcard * gnu/packages/spice.scm (spice)[inputs]: Add libcacard. --- gnu/packages/spice.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 7d3525def6..2115dd3d0b 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -212,6 +212,7 @@ which allows users to view a desktop computing environment.") `(("cyrus-sasl" ,cyrus-sasl) ("glib" ,glib) ("libjpeg-turbo" ,libjpeg-turbo) + ("libcacard" ,libcacard) ; smartcard support ("lz4" ,lz4) ("opus" ,opus) ("orc" ,orc) -- 2.26.0