Skip to content

Commit 4bac8a7

Browse files
chknoFRidh
authored andcommitted
qtbase: Move libtiff dependency from qtbase to qtimageformats
1 parent e132216 commit 4bac8a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkgs/development/libraries/qt-5/modules/qtbase.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
darwin, libiconv,
99

1010
dbus, fontconfig, freetype, glib, harfbuzz, icu, libX11, libXcomposite,
11-
libXcursor, libXext, libXi, libXrender, libinput, libjpeg, libpng, libtiff,
11+
libXcursor, libXext, libXi, libXrender, libinput, libjpeg, libpng,
1212
libxcb, libxkbcommon, libxml2, libxslt, openssl, pcre16, pcre2, sqlite, udev,
1313
xcbutil, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, xcbutilwm,
1414
zlib,
@@ -48,7 +48,7 @@ stdenv.mkDerivation {
4848
harfbuzz icu
4949

5050
# Image formats
51-
libjpeg libpng libtiff
51+
libjpeg libpng
5252
(if compareVersion "5.9.0" < 0 then pcre16 else pcre2)
5353
]
5454
++ (
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
{ qtModule, qtbase }:
1+
{ qtModule, qtbase, libtiff }:
22

33
qtModule {
44
name = "qtimageformats";
55
qtInputs = [ qtbase ];
6+
propagatedBuildInputs = [ libtiff ];
67
}

0 commit comments

Comments
 (0)