guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: liblinphone: Remove hicolor-icon-theme and murrine inputs.


From: guix-commits
Subject: 01/03: gnu: liblinphone: Remove hicolor-icon-theme and murrine inputs.
Date: Mon, 27 Apr 2020 00:58:09 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8472c26c254c0381018a3903feb55f31b1ea96f1
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Sun Apr 26 23:01:03 2020 -0400

    gnu: liblinphone: Remove hicolor-icon-theme and murrine inputs.
    
    Icon themes and theme engines are best left for the users to select and
    install themselves.
    
    * gnu/packages/linphone.scm (liblinphone)[inputs]: Remove 
hicolor-icon-theme.
    [propagated-inputs]: Remove murrine.
---
 gnu/packages/linphone.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 8962f20..e8aeabe 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -459,7 +459,6 @@ decoding, and rendering.")
        ("belcard" ,belcard)
        ("bellesip" ,belle-sip)
        ("bzrtp", bzrtp)
-       ("hicolor-icon-theme" ,hicolor-icon-theme) ; Hard-coded for GTK UI
        ("glib" ,glib)
        ("gtk2" ,gtk+-2)
        ("mediastreamer2" ,mediastreamer2)
@@ -469,8 +468,6 @@ decoding, and rendering.")
        ("six" ,python-six)
        ("sqlite" ,sqlite)
        ("udev" ,eudev)))
-    (propagated-inputs
-     `(("murrine" ,murrine)))           ; Required for GTK UI
     (synopsis "Belledonne Communications Softphone Library")
     (description "Liblinphone is a high-level SIP library integrating
 all calling and instant messaging features into an unified



reply via email to

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