Merge pull request #4677 from cstrahan/pleasant-ruby

Pleasant ruby
This commit is contained in:
Charles Strahan
2015-01-21 23:27:38 -05:00
58 changed files with 1577 additions and 2932 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ in
packageOverrides = {
rubyCollection = collection {
name = "ruby";
list = let l = rubyLibs; in
list = let l = rubyPackages; in
[ pkgs.ruby l.chronic l.sup ];
};
}