mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: zathura: Install icons.
* gnu/packages/pdf.scm (zathura)[native-inputs]: Add librsvg to build and install the application icons. Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
This commit is contained in:
parent
059e4c9a15
commit
a42cb6f1f1
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
|
||||
;;; Copyright © 2017, 2018 Rene Saavedra <pacoon@protonmail.com>
|
||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
|
||||
;;;
|
||||
;;; 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)))
|
||||
|
|
Loading…
Reference in a new issue