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>
This commit is contained in:
Alexandr Vityazev 2021-09-25 13:04:50 +00:00 committed by Ludovic Courtès
parent 4779c90184
commit 859d5a1f1d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -91,6 +91,7 @@ (define-module (gnu packages image)
#: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 @@ (define-public swappy
(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