unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54709] [PATCH core-updates] gnu: poppler: Build support for PDF signatures.
@ 2022-04-04 15:33 Timotej Lazar
  2022-05-08 12:51 ` bug#54709: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2022-04-04 15:33 UTC (permalink / raw)
  To: 54709; +Cc: Timotej Lazar

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

* 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





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

* bug#54709: [PATCH core-updates] gnu: poppler: Build support for PDF signatures.
  2022-04-04 15:33 [bug#54709] [PATCH core-updates] gnu: poppler: Build support for PDF signatures Timotej Lazar
@ 2022-05-08 12:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-08 12:51 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 54709-done

Hello Timotej,

Timotej Lazar <timotej.lazar@araneo.si> skribis:

> * gnu/packages/pdf.scm (poppler)[inputs]: Add nss.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-05-08 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 15:33 [bug#54709] [PATCH core-updates] gnu: poppler: Build support for PDF signatures Timotej Lazar
2022-05-08 12:51 ` bug#54709: " Ludovic Courtès

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