diff mbox series

[bug#36292] gnu: zathura: Install icons.

Message ID 6fd46c42-5d50-4341-bfde-33a0f5558561@www.fastmail.com
State Accepted
Headers show
Series [bug#36292] gnu: zathura: Install icons. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Alex Griffin June 19, 2019, 2:38 p.m. UTC
This patch adds librsvg to zathura's native-inputs, so that the build system will generate and install zathura's application icons.

Comments

Gábor Boskovits June 20, 2019, 8:17 a.m. UTC | #1
This is fixed on master on commit a42cb6f1f18e33d0e8d54260ebe5ad23c5d3f2fe
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=a42cb6f1f18e33d0e8d54260ebe5ad23c5d3f2fe>
Thanks for the report.
diff mbox series

Patch

From 1074386436f612452e3dd70c28410ee88df2850a Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Wed, 19 Jun 2019 09:35:31 -0500
Subject: [PATCH] gnu: zathura: Install icons.

* gnu/packages/pdf.scm (zathura)[native-inputs]: Add librsvg to build and
install the application icons.
---
 gnu/packages/pdf.scm | 4 ++++
 1 file changed, 4 insertions(+)

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 <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)))
-- 
2.22.0