Minor fix for broken ruby evaluation and libiconv
This commit is contained in:
parent
695136db1c
commit
a68484a0ac
1 changed files with 2 additions and 1 deletions
|
@ -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"; };
|
||||
|
|
Loading…
Reference in a new issue