axel: fix build with gettext 0.25 (#425975)

This commit is contained in:
Weijia Wang
2025-07-18 01:31:33 +02:00
committed by GitHub
+5
View File
@@ -21,6 +21,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-5GUna5k8GhAx1Xe8n9IvXT7IO6gksxCLh+sMANlxTBM=";
};
postPatch = ''
substituteInPlace configure.ac \
--replace-fail "AM_GNU_GETTEXT_VERSION([0.11.1])" "AM_GNU_GETTEXT_VERSION([0.12])"
'';
nativeBuildInputs = [
autoreconfHook
pkg-config