poppler: build with nss by default for signature support (#124294)
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
This commit is contained in:
parent
ce2e9f9124
commit
84aa23742f
1 changed files with 1 additions and 2 deletions
|
@ -65,10 +65,9 @@ stdenv.mkDerivation rec {
|
|||
cairo
|
||||
lcms
|
||||
curl
|
||||
nss
|
||||
] ++ lib.optionals qt5Support [
|
||||
qtbase
|
||||
] ++ lib.optionals utils [
|
||||
nss
|
||||
] ++ lib.optionals introspectionSupport [
|
||||
gobject-introspection
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue