3
0
Fork 0
forked from mirrors/nixpkgs

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
parent ff1a5a2528
commit 2fd5f06ace

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