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

caribou: fix build with gettext 0.25 (#426025)

parents 7026c4f1 5c064126
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
diff --git a/configure.ac b/configure.ac
index 52dea73..6b1a818 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,8 @@ AC_INIT([caribou],
         [caribou])

 AC_CONFIG_MACRO_DIR([m4])
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.25])

 AM_PROG_LIBTOOL
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
      url = "https://gitlab.gnome.org/GNOME/caribou/-/commit/d41c8e44b12222a290eaca16703406b113a630c6.patch";
      hash = "sha256-yIsEqSflpAdQPAB6eNr6fctxzyACu7N1HVfMIdCQou0=";
    })
    # Fix build with gettext 0.25
    ./gettext-0.25.patch
  ];

  nativeBuildInputs = [