guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: zathura: Install icons.


From: guix-commits
Subject: 01/01: gnu: zathura: Install icons.
Date: Thu, 20 Jun 2019 04:13:38 -0400 (EDT)

boskovits pushed a commit to branch master
in repository guix.

commit a42cb6f1f18e33d0e8d54260ebe5ad23c5d3f2fe
Author: Alex Griffin <address@hidden>
Date:   Wed Jun 19 09:35:31 2019 -0500

    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 <address@hidden>
---
 gnu/packages/pdf.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 5c85851..b2eb81e 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2017, 2018 Rene Saavedra <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Alex Griffin <address@hidden>
 ;;;
 ;;; 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]