libcryptui: fix build with gettext 0.25 (#426682)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
stdenv,
|
||||
fetchurl,
|
||||
autoreconfHook,
|
||||
gettext,
|
||||
pkg-config,
|
||||
intltool,
|
||||
glib,
|
||||
@@ -51,6 +52,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preAutoreconf = ''
|
||||
# error: possibly undefined macro: AM_NLS
|
||||
cp ${gettext}/share/gettext/m4/nls.m4 m4
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
|
||||
Reference in New Issue
Block a user