Unverified Commit 7730f95e authored by Félix's avatar Félix Committed by GitHub
Browse files

libgpod: fix build with gettext 0.25 (#426264)

parents be3b8fd3 198936a4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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"