libcryptui: fix build with gettext 0.25 (#426682)

This commit is contained in:
Weijia Wang
2025-07-19 21:31:03 +02:00
committed by GitHub

View File

@@ -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;