From a68484a0ac286e4c94a9cb692fea04c28ce82345 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Tue, 17 Feb 2015 21:39:13 -0500 Subject: [PATCH] Minor fix for broken ruby evaluation and libiconv --- pkgs/development/interpreters/ruby/patches.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/ruby/patches.nix b/pkgs/development/interpreters/ruby/patches.nix index 5a2c206fad52..0cc477c991ef 100644 --- a/pkgs/development/interpreters/ruby/patches.nix +++ b/pkgs/development/interpreters/ruby/patches.nix @@ -84,7 +84,8 @@ in buildFlags = [ "--with-xml2-dir=${libxml2} --with-xml2-include=${libxml2}/include/libxml2" "--with-xslt-dir=${libxslt} --use-system-libraries" - ] ++ libiconvOrEmpty; + libiconv + ]; }; pry = { gemFlags = "--no-ri --no-rdoc"; };