guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: spice: Add libcacard as an input to enable smartcard support


From: guix-commits
Subject: 04/04: gnu: spice: Add libcacard as an input to enable smartcard support.
Date: Sun, 3 May 2020 05:42:16 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 17adb70f78b34a490b8e692f1a110cef72097685
Author: Christopher Baines <address@hidden>
AuthorDate: Tue Apr 14 20:29:46 2020 +0100

    gnu: spice: Add libcacard as an input to enable smartcard support.
    
    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 0357c2e..c9d091c 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)



reply via email to

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