poppler: build with nss by default for signature support

Since 21.01, poppler supports PDF signing. As applications like okular
start to make use of that feature, nss support for poppler is enabled by
default to avoid unnecessary package duplication.
When building a `minimal` version of poppler, nss is disabled as well.

closes #120928

(cherry picked from commit 5f9862d524ee0ec1edcaa450fff4f54f4f5cc68e)
This commit is contained in:
Trolli Schmittlauch 2021-05-24 21:50:25 +02:00 committed by Dmitry Kalinkin
parent ff00b8c0d1
commit 611cedc127
1 changed files with 1 additions and 2 deletions

View File

@ -65,10 +65,9 @@ stdenv.mkDerivation rec {
cairo
lcms
curl
nss
] ++ lib.optionals qt5Support [
qtbase
] ++ lib.optionals utils [
nss
] ++ lib.optionals introspectionSupport [
gobject-introspection
];