unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53521] [PATCH] gnu: poppler: Build pdfsig.
@ 2022-01-25 10:26 Remco van 't Veer
  2022-09-28 19:21 ` bug#53521: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Remco van 't Veer @ 2022-01-25 10:26 UTC (permalink / raw)
  To: 53521; +Cc: Remco van 't Veer

* gnu/packages/pdf.scm (poppler)[inputs]: Add nss to allow pdfsig to be build.
---
 gnu/packages/pdf.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index d4e97e1d82..191747aa29 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
+;;; Copyright © 2022 Remco van 't Veer <remco@remworks.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -81,6 +82,7 @@ (define-module (gnu packages pdf)
   #:use-module (gnu packages lua)
   #:use-module (gnu packages man)
   #:use-module (gnu packages markup)
+  #:use-module (gnu packages nss)
   #:use-module (gnu packages pcre)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages photo)
@@ -242,6 +244,7 @@ (define-public poppler
              ("lcms" ,lcms)
              ("openjpeg" ,openjpeg)
              ("zlib" ,zlib)
+             ("nss" ,nss)
 
              ;; To build poppler-glib (as needed by Evince), we need Cairo and
              ;; GLib.  But of course, that Cairo must not depend on Poppler.

base-commit: f3655d32a43c6ccc6cb4e464b0fb82075695a952
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53521: [PATCH] gnu: poppler: Build pdfsig.
  2022-01-25 10:26 [bug#53521] [PATCH] gnu: poppler: Build pdfsig Remco van 't Veer
@ 2022-09-28 19:21 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-09-28 19:21 UTC (permalink / raw)
  To: Remco van 't Veer; +Cc: 53521-done

Hello,

Remco van 't Veer <remco@remworks.net> writes:

> * gnu/packages/pdf.scm (poppler)[inputs]: Add nss to allow pdfsig to be build.

Already the case on core-updates.

Closing, thank you!

Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-28 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25 10:26 [bug#53521] [PATCH] gnu: poppler: Build pdfsig Remco van 't Veer
2022-09-28 19:21 ` bug#53521: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).