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>
This commit is contained in:
Brendan Tildesley 2017-11-03 19:58:53 +11:00 committed by Ludovic Courtès
parent 8b0e4177ee
commit 550281fb5f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -6353,6 +6353,10 @@ Moka")
(sha256 (sha256
(base32 (base32
"04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37")))) "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") (synopsis "Moka icon theme")
(description "Moka is a stylized desktop icon set, designed to be clear, (description "Moka is a stylized desktop icon set, designed to be clear,
simple and consistent.") simple and consistent.")