hylafaxplus: switch to current libtiff 4.6.0t

hylafaxplus is not compatible with libtiff 4.6.0
as published on https://libtiff.gitlab.io/libtiff/
and http://www.simplesystems.org/libtiff/ .
To fix the build, we used an older libtiff version
(see cd3771c709).

In the meantime, hylafaxplus developer Lee Howard
published a forked version "4.6.0t" of libtiff,
providing the missing tools for hylafaxplus, see
https://sourceforge.net/p/hylafax/mailman/message/58751879/ .
The commit at hand changes the libtiff
version for hylafaxplus to use that fork.
This commit is contained in:
Yarny0 2024-03-23 09:44:40 +01:00
parent 6ce2532285
commit cff182e219
1 changed files with 3 additions and 2 deletions

View File

@ -9167,8 +9167,9 @@ with pkgs;
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 { };
hylafaxplus = callPackage ../servers/hylafaxplus {
# libtiff >= 4.6 dropped many executables needed by hylafaxplus
libtiff = libtiff_4_5;
# needs this fork of libtiff, because original libtiff
# stopped packaging required tools with version 4.6
libtiff = libtiff_t;
};
hyphen = callPackage ../development/libraries/hyphen { };