mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 00:53:01 +00:00
vagrant: Use ruby 2.4
ffi gem is explicitly referencing libruby.so.2.4 Fixes #32190
This commit is contained in:
parent
905672f524
commit
0396e494db
|
@ -7722,7 +7722,7 @@ with pkgs;
|
|||
universal-ctags = callPackage ../development/tools/misc/universal-ctags { };
|
||||
|
||||
vagrant = callPackage ../development/tools/vagrant {
|
||||
ruby = ruby_2_3;
|
||||
ruby = ruby_2_4;
|
||||
};
|
||||
|
||||
bashdb = callPackage ../development/tools/misc/bashdb { };
|
||||
|
|
Loading…
Reference in a new issue