3
0
Fork 0
forked from mirrors/nixpkgs

bundlerEnv: fix charlock_holmes config

This commit is contained in:
Charles Strahan 2015-04-15 19:24:04 -04:00
parent bb7c9f71e1
commit be3d3dd298

View file

@ -31,7 +31,7 @@ in
{
charlock_holmes = attrs: {
buildInputs = [ which icu ];
buildInputs = [ which icu zlib ];
};
ffi = attrs: {