gimp: fix build with gettext 0.25 (#425710)

This commit is contained in:
Jörg Thalheim 2025-07-16 15:50:14 +02:00 committed by GitHub
commit a57183313c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -89,6 +89,11 @@ stdenv.mkDerivation (finalAttrs: {
./force-enable-libheif.patch
];
# error: possibly undefined macro: AM_NLS
preAutoreconf = ''
cp ${gettext}/share/gettext/m4/nls.m4 m4macros
'';
nativeBuildInputs =
[
autoreconfHook # hardcode-plugin-interpreters.patch changes Makefile.am

View File

@ -12402,7 +12402,6 @@ with pkgs;
);
gimp = callPackage ../applications/graphics/gimp/2.0 {
autoreconfHook = buildPackages.autoreconfHook269;
lcms = lcms2;
};