guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: moka-icon-theme: Add faba-icon-theme as propagated input.


From: Ludovic Courtès
Subject: 09/11: gnu: moka-icon-theme: Add faba-icon-theme as propagated input.
Date: Mon, 6 Nov 2017 18:12:21 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 550281fb5f953429e567335a2e543cd43190ec5c
Author: Brendan Tildesley <address@hidden>
Date:   Fri Nov 3 19:58:53 2017 +1100

    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 <address@hidden>
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 205e3d1..84372f6 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.")



reply via email to

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