Skip to content

Commit

Permalink
poppler: pull in missing libtiff dependency (#370052)
Browse files Browse the repository at this point in the history
  • Loading branch information
uninsane authored Jan 2, 2025
2 parents b0f5cce + 1bb562e commit 1460b5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/poppler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
libiconv,
libintl,
libjpeg,
libtiff,
ninja,
openjpeg,
pkg-config,
Expand Down Expand Up @@ -123,6 +124,7 @@ stdenv.mkDerivation (finalAttrs: rec {
++ lib.optionals (!minimal) [
cairo
lcms
libtiff
curl
nss
]
Expand Down

0 comments on commit 1460b5f

Please sign in to comment.