mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
3b177a6c33
commit
8472c26c25
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue