recode: fix libintl issue

should resolve https://hydra.nixos.org/build/71918435/nixlog/1
This commit is contained in:
Matthew Justin Bauer 2018-03-25 23:36:14 -05:00 committed by GitHub
parent ea1ba075a8
commit 1eda88c3bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "06vyjqaraamcc5vka66mlvxj27ihccqc74aymv2wn8nphr2rhh03";
};
nativeBuildInputs = [ python perl intltool flex texinfo autoreconfHook libiconv libintl ];
nativeBuildInputs = [ python perl intltool flex texinfo autoreconfHook libiconv ];
buildInputs = [ libintl ];
preAutoreconf = ''
# fix build with new automake, https://bugs.gentoo.org/show_bug.cgi?id=419455