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 @@ | ||||||
|   #:use-module (gnu packages xdisorg) |   #:use-module (gnu packages xdisorg) | ||||||
|   #:use-module (gnu packages xml) |   #:use-module (gnu packages xml) | ||||||
|   #:use-module (gnu packages xorg) |   #:use-module (gnu packages xorg) | ||||||
|  |   #:use-module (gnu packages fonts) | ||||||
|   #:use-module ((guix licenses) #:prefix license:) |   #:use-module ((guix licenses) #:prefix license:) | ||||||
|   #:use-module (guix packages) |   #:use-module (guix packages) | ||||||
|   #:use-module (guix download) |   #:use-module (guix download) | ||||||
|  | @ -1871,6 +1872,9 @@ Features: | ||||||
|     (inputs |     (inputs | ||||||
|      `(("gtk+" ,gtk+) |      `(("gtk+" ,gtk+) | ||||||
|        ("libnotify" ,libnotify))) |        ("libnotify" ,libnotify))) | ||||||
|  |     (propagated-inputs | ||||||
|  |      ;; Needed to properly render the icons. | ||||||
|  |      `(("font-awesome" ,font-awesome))) | ||||||
|     (home-page "https://github.com/jtheoof/swappy") |     (home-page "https://github.com/jtheoof/swappy") | ||||||
|     (synopsis "Grab and edit on the fly snapshots of a Wayland compositor") |     (synopsis "Grab and edit on the fly snapshots of a Wayland compositor") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue