gscan2pdf: use newest libtiff instead of libtiff 4.6.0t

libtiff 4.7.0 restored the programs needed by gscan2pdf,
cf. https://github.com/NixOS/nixpkgs/commit/ec1a3695b48e649ededd2b25bf421aa9145a9afe
This commit is contained in:
Yarny0
2024-09-18 19:50:59 +02:00
parent b1b4a97dc9
commit 86d7a802cb
+1 -5
View File
@@ -5281,11 +5281,7 @@ with pkgs;
grobi = callPackage ../tools/X11/grobi { };
gscan2pdf = callPackage ../applications/graphics/gscan2pdf {
# needs this fork of libtiff, because original libtiff
# stopped packaging required tools with version 4.6
libtiff = libtiff_t;
};
gscan2pdf = callPackage ../applications/graphics/gscan2pdf { };
gsctl = callPackage ../applications/misc/gsctl { };