libgpod: fix build with gettext 0.25 (#426264)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user