guix-patches
[Top][All Lists]
Advanced

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

[bug#50800] [PATCH] gnu: swappy: Add propagated-inputs.


From: Alexandr Vityazev
Subject: [bug#50800] [PATCH] gnu: swappy: Add propagated-inputs.
Date: Sat, 25 Sep 2021 13:04:50 +0000

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).
---
 gnu/packages/image.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index bdcf43c03f..0e59c6f643 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,8 @@ Features:
     (inputs
      `(("gtk+" ,gtk+)
        ("libnotify" ,libnotify)))
+    (propagated-inputs
+     `(("font-awesome" ,font-awesome)))
     (home-page "https://github.com/jtheoof/swappy";)
     (synopsis "Grab and edit on the fly snapshots of a Wayland compositor")
     (description
-- 
2.33.0



-- 

Alexandr Vityazev





reply via email to

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