guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: swappy: Add propagated-inputs.


From: guix-commits
Subject: 08/09: gnu: swappy: Add propagated-inputs.
Date: Wed, 13 Oct 2021 05:49:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 859d5a1f1d8486b509a80769a33dd546a6d4c1b2
Author: Alexandr Vityazev <avityazev@posteo.org>
AuthorDate: Sat Sep 25 13:04:50 2021 +0000

    gnu: swappy: Add propagated-inputs.
    
    Add font-awesome to propagated-inputs to properly render the icons.
    
    * gnu/packages/image.scm (swappy)[propagated-inputs]:
    Add font-awesome;
    [use-modules]: Add (gnu packages fonts).
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/image.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index bdcf43c..5bce96a 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -91,6 +91,7 @@
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
+  #:use-module (gnu packages fonts)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -1871,6 +1872,9 @@ Features:
     (inputs
      `(("gtk+" ,gtk+)
        ("libnotify" ,libnotify)))
+    (propagated-inputs
+     ;; Needed to properly render the icons.
+     `(("font-awesome" ,font-awesome)))
     (home-page "https://github.com/jtheoof/swappy";)
     (synopsis "Grab and edit on the fly snapshots of a Wayland compositor")
     (description



reply via email to

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