From 859d5a1f1d8486b509a80769a33dd546a6d4c1b2 Mon Sep 17 00:00:00 2001 From: Alexandr Vityazev Date: Sat, 25 Sep 2021 13:04:50 +0000 Subject: gnu: swappy: Add propagated-inputs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/packages/image.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/image.scm') diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index bdcf43c03f..5bce96a81e 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 -- cgit v1.2.3