GNU bug report logs -
#50800
[PATCH] gnu: swappy: Update to 1.4.0.
Previous Next
Full log
View this message in rfc822 format
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
This bug report was last modified 3 years and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.