gimp: fix build with gettext 0.25 (#425710)
This commit is contained in:
commit
a57183313c
@ -89,6 +89,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
./force-enable-libheif.patch
|
./force-enable-libheif.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# error: possibly undefined macro: AM_NLS
|
||||||
|
preAutoreconf = ''
|
||||||
|
cp ${gettext}/share/gettext/m4/nls.m4 m4macros
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
[
|
[
|
||||||
autoreconfHook # hardcode-plugin-interpreters.patch changes Makefile.am
|
autoreconfHook # hardcode-plugin-interpreters.patch changes Makefile.am
|
||||||
|
@ -12402,7 +12402,6 @@ with pkgs;
|
|||||||
);
|
);
|
||||||
|
|
||||||
gimp = callPackage ../applications/graphics/gimp/2.0 {
|
gimp = callPackage ../applications/graphics/gimp/2.0 {
|
||||||
autoreconfHook = buildPackages.autoreconfHook269;
|
|
||||||
lcms = lcms2;
|
lcms = lcms2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user