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:
parent
bb7c9f71e1
commit
be3d3dd298
|
@ -31,7 +31,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
charlock_holmes = attrs: {
|
charlock_holmes = attrs: {
|
||||||
buildInputs = [ which icu ];
|
buildInputs = [ which icu zlib ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ffi = attrs: {
|
ffi = attrs: {
|
||||||
|
|
Loading…
Reference in a new issue