1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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: {