diff options
author | Brendan Tildesley <brendan.tildesley@openmailbox.org> | 2017-11-03 19:58:53 +1100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-07 00:12:11 +0100 |
commit | 550281fb5f953429e567335a2e543cd43190ec5c (patch) | |
tree | 63b1123676661c3fe3239e499824709558c15aa0 /gnu/packages/gnome.scm | |
parent | 8b0e4177ee892c4c494338374c11d1b2475bd228 (diff) |
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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.") |