gnu: moka-icon-theme: Add faba-icon-theme as propagated input.
authorBrendan Tildesley <brendan.tildesley@openmailbox.org>
Fri, 3 Nov 2017 08:58:53 +0000 (19:58 +1100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 Nov 2017 23:12:11 +0000 (00:12 +0100)
* gnu/packages/gnome.scm (moka-icon-theme)[propagated-inputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/gnome.scm

index 205e3d1..84372f6 100644 (file)
@@ -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.")