hylafaxplus: use newest libtiff instead of libtiff 4.6.0t

libtiff 4.7.0 restored the programs needed by hylafaxplus,
cf. https://github.com/NixOS/nixpkgs/commit/cff182e2194369a71a21daefd173e9d2c692e901
This commit is contained in:
Yarny0
2024-09-18 19:50:59 +02:00
parent 919602500b
commit b1b4a97dc9
+1 -5
View File
@@ -8739,11 +8739,7 @@ with pkgs;
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 { };
hylafaxplus = callPackage ../servers/hylafaxplus {
# needs this fork of libtiff, because original libtiff
# stopped packaging required tools with version 4.6
libtiff = libtiff_t;
};
hylafaxplus = callPackage ../servers/hylafaxplus { };
hyphen = callPackage ../development/libraries/hyphen { };