diff --git a/pkgs/development/interpreters/ruby/patches.nix b/pkgs/development/interpreters/ruby/patches.nix index 5a2c206fad5..0cc477c991e 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"; };