about summary refs log tree commit diff
path: root/pkgs/tools/text/recode
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-06-22 17:00:44 -0700
committerJude Taylor <me@jude.bio>2015-06-25 16:36:05 -0700
commitd0951cb68dae675269232464ee1a46bd614b5036 (patch)
treeb4bf145daf4e46cd5f10f8dd4d50aa9cc1d90eb2 /pkgs/tools/text/recode
parent4fd74930ce41757d5994e1d6db073950ca7313a5 (diff)
darwin purity: recode
Diffstat (limited to 'pkgs/tools/text/recode')
-rw-r--r--pkgs/tools/text/recode/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/text/recode/default.nix b/pkgs/tools/text/recode/default.nix
index bf95125b208ad..004a93f6ebdd3 100644
--- a/pkgs/tools/text/recode/default.nix
+++ b/pkgs/tools/text/recode/default.nix
@@ -1,6 +1,5 @@
-# XXX: this may need -liconv on non-glibc systems.. 
-
-{ stdenv, fetchFromGitHub, python, perl, autoconf, automake, libtool, intltool, flex, texinfo }:
+{ stdenv, fetchFromGitHub, python, perl, autoconf, automake, libtool, intltool, flex,
+texinfo, libiconv }:
 
 stdenv.mkDerivation rec {
   name = "recode-3.7-2fd838565";
@@ -12,7 +11,8 @@ stdenv.mkDerivation rec {
     sha256 = "06vyjqaraamcc5vka66mlvxj27ihccqc74aymv2wn8nphr2rhh03";
   };
 
-  nativeBuildInputs = [ python perl autoconf automake libtool intltool flex texinfo ];
+  nativeBuildInputs = [ python perl autoconf automake libtool intltool flex texinfo
+  libiconv ];
 
   preConfigure = ''
     # fix build with new automake, https://bugs.gentoo.org/show_bug.cgi?id=419455