diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-04-26 23:01:03 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-04-27 00:54:30 -0400 |
commit | 8472c26c254c0381018a3903feb55f31b1ea96f1 (patch) | |
tree | 4c69db65365b4369667a096300fd908f4e5ea88b /gnu/packages/linphone.scm | |
parent | 3b177a6c33baa0d78ebd5407119511807d59a590 (diff) | |
download | patches-8472c26c254c0381018a3903feb55f31b1ea96f1.tar patches-8472c26c254c0381018a3903feb55f31b1ea96f1.tar.gz |
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.
Diffstat (limited to 'gnu/packages/linphone.scm')
-rw-r--r-- | gnu/packages/linphone.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 8962f2001e..e8aeabe419 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 |