3
0
Fork 0
forked from mirrors/nixpkgs

* Remove the ruby/default.nix, it's not very useful.

svn path=/nixpkgs/trunk/; revision=32572
This commit is contained in:
Eelco Dolstra 2012-02-26 11:07:56 +00:00
parent e4ff365eb4
commit 91e3d54b8f
2 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
import ./ruby-19.nix

View file

@ -2766,7 +2766,8 @@ let
ruby18 = callPackage ../development/interpreters/ruby/ruby-18.nix { };
ruby19 = callPackage ../development/interpreters/ruby/ruby-19.nix { };
ruby = callPackage ../development/interpreters/ruby { };
ruby = ruby19;
rubyLibs = recurseIntoAttrs (callPackage ../development/interpreters/ruby/libs.nix { });