GNU bug report logs - #50800
[PATCH] gnu: swappy: Update to 1.4.0.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.org>

Date: Sat, 25 Sep 2021 09:45:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 50800 <at> debbugs.gnu.org
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




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.