rename rubyLibs to rubyPackages

This commit is contained in:
Charles Strahan
2014-11-09 22:16:58 +00:00
parent 2b0750f87a
commit cf8f4963a7
13 changed files with 34 additions and 21 deletions
@@ -73,7 +73,7 @@ rec {
};
hub = import ./hub {
inherit (rubyLibs) rake;
inherit (rubyPackages) rake;
inherit stdenv fetchurl groff makeWrapper;
};