Loading pkgs/development/libraries/libcryptui/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchurl, autoreconfHook, gettext, pkg-config, intltool, glib, Loading Loading @@ -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; Loading Loading
pkgs/development/libraries/libcryptui/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchurl, autoreconfHook, gettext, pkg-config, intltool, glib, Loading Loading @@ -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; Loading