GNU bug report logs - #54709
[PATCH core-updates] gnu: poppler: Build support for PDF signatures.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Mon, 4 Apr 2022 15:39:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH core-updates] gnu: poppler: Build support for PDF signatures.
Date: Mon,  4 Apr 2022 17:33:13 +0200
* gnu/packages/pdf.scm (poppler)[inputs]: Add nss.
---
This builds the pdfsig tool for adding and checking PDF signatures. At
least okular≥21.12.0 supports it (not in Guix yet).

 gnu/packages/pdf.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index dd221f7e19..cb9244de02 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -82,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)
@@ -256,6 +257,7 @@ (define-public poppler
                  libpng
                  libtiff
                  lcms
+                 nss
                  openjpeg
                  poppler-data
                  zlib
-- 
2.34.0





This bug report was last modified 3 years and 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.