Ruby
svn path=/nixpkgs/trunk/; revision=2990
This commit is contained in:
9
pkgs/development/interpreters/ruby/default.nix
Normal file
9
pkgs/development/interpreters/ruby/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ruby-1.8.2";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz;
|
||||
md5 = "8ffc79d96f336b80f2690a17601dea9b";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user