mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
4779c90184
commit
859d5a1f1d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue