Unverified Commit cc593b0e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

axel: fix build with gettext 0.25 (#425975)

parents d08f6ee3 b340dd83
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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