Loading pkgs/development/libraries/gtkspell/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ stdenv.mkDerivation rec { }; patches = [ # Fix build with gettext 0.25 ./gettext-0.25.patch # Build with enchant 2 # https://github.com/archlinux/svntogit-packages/tree/packages/gtkspell/trunk (fetchpatch { Loading pkgs/development/libraries/gtkspell/gettext-0.25.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line diff --git a/configure.ac b/configure.ac index e926833..667a8e6 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,10 @@ AC_CONFIG_SRCDIR(gtkspell/gtkspell.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIRS([m4]) +AM_GNU_GETTEXT_VERSION([0.25]) +AM_GNU_GETTEXT([external]) + SPELLER_LIB=-lenchant AC_SUBST(SPELLER_LIB) Loading
pkgs/development/libraries/gtkspell/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ stdenv.mkDerivation rec { }; patches = [ # Fix build with gettext 0.25 ./gettext-0.25.patch # Build with enchant 2 # https://github.com/archlinux/svntogit-packages/tree/packages/gtkspell/trunk (fetchpatch { Loading
pkgs/development/libraries/gtkspell/gettext-0.25.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line diff --git a/configure.ac b/configure.ac index e926833..667a8e6 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,10 @@ AC_CONFIG_SRCDIR(gtkspell/gtkspell.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIRS([m4]) +AM_GNU_GETTEXT_VERSION([0.25]) +AM_GNU_GETTEXT([external]) + SPELLER_LIB=-lenchant AC_SUBST(SPELLER_LIB)