all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Timotej Lazar <timotej.lazar@araneo.si>
To: 54709@debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar@araneo.si>
Subject: [bug#54709] [PATCH core-updates] gnu: poppler: Build support for PDF signatures.
Date: Mon,  4 Apr 2022 17:33:13 +0200	[thread overview]
Message-ID: <20220404153311.12241-1-timotej.lazar@araneo.si> (raw)

[-- 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





             reply	other threads:[~2022-04-04 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 15:33 Timotej Lazar [this message]
2022-05-08 12:51 ` bug#54709: [PATCH core-updates] gnu: poppler: Build support for PDF signatures Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220404153311.12241-1-timotej.lazar@araneo.si \
    --to=timotej.lazar@araneo.si \
    --cc=54709@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.