civodul pushed a commit to branch master
in repository guix.
commit 550281fb5f953429e567335a2e543cd43190ec5c
Author: Brendan Tildesley <[email protected]>
Date: Fri Nov 3 19:58:53 2017 +1100
gnu: moka-icon-theme: Add faba-icon-theme as propagated input.
* gnu/packages/gnome.scm (moka-icon-theme)[propagated-inputs]: New field.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/gnome.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 205e3d1..84372f6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6353,6 +6353,10 @@ Moka")
(sha256
(base32
"04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37"))))
+ (propagated-inputs
+ ;; Moka is based on Faba by using it as a fallback icon set instead of
+ ;; bundling it, so we need to add it as a propagated input.
+ `(("faba-icon-theme" ,faba-icon-theme)))
(synopsis "Moka icon theme")
(description "Moka is a stylized desktop icon set, designed to be clear,
simple and consistent.")