guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29127] [PATCH 3/4] gnu: moka-icon-theme: Add faba-icon-theme as pro


From: Brendan Tildesley
Subject: [bug#29127] [PATCH 3/4] gnu: moka-icon-theme: Add faba-icon-theme as propagated input.
Date: Fri, 3 Nov 2017 19:58:53 +1100

* gnu/packages/gnome.scm (moka-icon-theme): 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.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ca1f659bf..21b639bff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6353,6 +6353,8 @@ Moka")
               (sha256
                (base32
                 "04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37"))))
+    (propagated-inputs
+     `(("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.")
-- 
2.14.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]