mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
darwin purity: recode
This commit is contained in:
parent
4fd74930ce
commit
d0951cb68d
@ -1,6 +1,5 @@
|
|||||||
# XXX: this may need -liconv on non-glibc systems..
|
{ stdenv, fetchFromGitHub, python, perl, autoconf, automake, libtool, intltool, flex,
|
||||||
|
texinfo, libiconv }:
|
||||||
{ stdenv, fetchFromGitHub, python, perl, autoconf, automake, libtool, intltool, flex, texinfo }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "recode-3.7-2fd838565";
|
name = "recode-3.7-2fd838565";
|
||||||
@ -12,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "06vyjqaraamcc5vka66mlvxj27ihccqc74aymv2wn8nphr2rhh03";
|
sha256 = "06vyjqaraamcc5vka66mlvxj27ihccqc74aymv2wn8nphr2rhh03";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ python perl autoconf automake libtool intltool flex texinfo ];
|
nativeBuildInputs = [ python perl autoconf automake libtool intltool flex texinfo
|
||||||
|
libiconv ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# fix build with new automake, https://bugs.gentoo.org/show_bug.cgi?id=419455
|
# fix build with new automake, https://bugs.gentoo.org/show_bug.cgi?id=419455
|
||||||
|
Loading…
Reference in New Issue
Block a user