From 550281fb5f953429e567335a2e543cd43190ec5c Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Fri, 3 Nov 2017 19:58:53 +1100 Subject: gnu: moka-icon-theme: Add faba-icon-theme as propagated input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (moka-icon-theme)[propagated-inputs]: New field. Signed-off-by: Ludovic Courtès --- gnu/packages/gnome.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 205e3d177f..84372f6910 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.") -- cgit v1.2.3