GNU bug report logs -
#53521
[PATCH] gnu: poppler: Build pdfsig.
Previous Next
Reported by: Remco van 't Veer <remco <at> remworks.net>
Date: Tue, 25 Jan 2022 10:28:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 28 Sep 2022 15:21:15 -0400
with message-id <87h70rtidw.fsf <at> gmail.com>
and subject line Re: bug#53521: [PATCH] gnu: poppler: Build pdfsig.
has caused the debbugs.gnu.org bug report #53521,
regarding [PATCH] gnu: poppler: Build pdfsig.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53521: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53521
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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 <at> araneo.si>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
+;;; Copyright © 2022 Remco van 't Veer <remco <at> 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
[Message part 3 (message/rfc822, inline)]
Hello,
Remco van 't Veer <remco <at> 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
This bug report was last modified 2 years and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.