libgpod: fix build with gettext 0.25 (#426264)

This commit is contained in:
Félix
2025-07-18 16:13:07 +02:00
committed by GitHub
@@ -47,6 +47,11 @@ stdenv.mkDerivation rec {
substituteInPlace configure.ac --replace 'libplist >= 1.0' 'libplist-2.0 >= 2.2'
'';
preAutoreconf = ''
gettextize --force --copy
intltoolize --force --copy
'';
configureFlags = [
"--without-hal"
"--enable-udev"