mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
recode: fix build, needing texinfo now
Also make the build inputs native (no references are retained).
This commit is contained in:
parent
0ffb98828e
commit
db847a3345
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user