diff mbox series

[bug#40657] gnu: liblinphone: Fix icons for legacy UI.

Message ID 20200416084226.4dc32c90.raghavgururajan@disroot.org
State Accepted
Headers show
Series [bug#40657] gnu: liblinphone: Fix icons for legacy UI. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Raghav Gururajan April 16, 2020, 12:42 p.m. UTC
Hello Guix!

Please find the attached patch to fix icons in legacy user-interface of
liblinphone.

Regards,
RG.
diff mbox series

Patch

From 1b250972c7a3f7cb3a7dd6e68cec145286349ec4 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 16 Apr 2020 08:37:59 -0400
Subject: [PATCH] gnu: liblinphone: Fix icons for legacy UI.

* gnu/packages/linphone.scm (liblinphone): Fix icons for legacy UI.
---
 gnu/packages/linphone.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index c9959d7d01..839b3bd9c6 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -459,7 +459,8 @@  decoding, and rendering.")
        ("sqlite" ,sqlite)
        ("udev" ,eudev)))
     (propagated-inputs
-     `(("murrine" ,murrine)))           ; Required for GTK UI
+     `(("hicolor-icon-theme" ,hicolor-icon-theme) ; Required for GTK UI
+       ("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
-- 
2.26.0