libgpod: fix build with gettext 0.25

This commit is contained in:
Weijia Wang
2025-07-18 04:39:25 +02:00
parent bb6f90906a
commit 198936a4ec
@@ -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"