From a42cb6f1f18e33d0e8d54260ebe5ad23c5d3f2fe Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Wed, 19 Jun 2019 09:35:31 -0500 Subject: gnu: zathura: Install icons. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/pdf.scm (zathura)[native-inputs]: Add librsvg to build and install the application icons. Signed-off-by: Gábor Boskovits --- gnu/packages/pdf.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/pdf.scm') diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 5c858510eb..b2eb81ef0f 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2017 Alex Vong ;;; Copyright © 2017, 2018 Rene Saavedra ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice +;;; Copyright © 2019 Alex Griffin ;;; ;;; This file is part of GNU Guix. ;;; @@ -514,6 +515,9 @@ by using the poppler rendering engine.") ;; For building documentation. ("python-sphinx" ,python-sphinx) + ;; For building icons. + ("librsvg" ,librsvg) + ;; For tests. ("check" ,check) ("xorg-server" ,xorg-server-for-tests))) -- cgit v1.2.3