guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: virt-viewer: Remove SPICE-PROTOCOL from inputs.


From: Leo Famulari
Subject: 02/02: gnu: virt-viewer: Remove SPICE-PROTOCOL from inputs.
Date: Fri, 29 Jul 2016 16:50:39 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit f54510d29b27a403c90f9bafd0b84109a91d8469
Author: Leo Famulari <address@hidden>
Date:   Fri Jul 29 12:41:10 2016 -0400

    gnu: virt-viewer: Remove SPICE-PROTOCOL from inputs.
    
    This is a followup to ba9e2ee64a566d3bdaa93423a56d1fd613cef5f3.
    
    * gnu/packages/spice.scm (virt-viewer)[inputs]: Remove SPICE-PROTOCOL.
---
 gnu/packages/spice.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index feea465..cfb6084 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -272,8 +272,7 @@ resolution scaling on graphical console window resize.")
         ("libcap" ,libcap)
         ("libxml2" ,libxml2)
         ("openssl" ,openssl)
-        ("spice-gtk" ,spice-gtk)
-        ("spice-protocol" ,spice-protocol)))
+        ("spice-gtk" ,spice-gtk)))
     (native-inputs
       `(("glib:bin" ,glib "bin")
         ("intltool" ,intltool)



reply via email to

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