recode: fix build, needing texinfo now

Also make the build inputs native (no references are retained).
This commit is contained in:
Vladimír Čunát 2015-02-05 10:58:35 +01:00 committed by Peter Simons
parent 0ffb98828e
commit db847a3345

View file

@ -1,6 +1,6 @@
# XXX: this may need -liconv on non-glibc systems..
{ stdenv, fetchFromGitHub, python, perl, autoconf, automake, libtool, intltool, flex }:
{ stdenv, fetchFromGitHub, python, perl, autoconf, automake, libtool, intltool, flex, texinfo }:
stdenv.mkDerivation rec {
name = "recode-3.7-2fd838565";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "06vyjqaraamcc5vka66mlvxj27ihccqc74aymv2wn8nphr2rhh03";
};
buildInputs = [ python perl autoconf automake libtool intltool flex ];
nativeBuildInputs = [ python perl autoconf automake libtool intltool flex texinfo ];
preConfigure = ''
# fix build with new automake, https://bugs.gentoo.org/show_bug.cgi?id=419455