aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/ruby/rvm-patchsets.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2014-08-09 00:00:08 -0400
committerCharles Strahan <charles.c.strahan@gmail.com>2014-09-15 23:54:17 -0400
commitc27a653bba516095835531d9066e34c6c22498a2 (patch)
tree0e64773f2d3aad5e7327bd0ab215e0c2da4b95e0 /pkgs/development/interpreters/ruby/rvm-patchsets.nix
parent43c2bc0f8c0f50eca0b0e47820ee503c14b4b152 (diff)
improve ruby support
* add the 2.1.x versions * include teeny version in passthru * by default, apply the same patches used by RVM * clean up file names and attribute names
Diffstat (limited to 'pkgs/development/interpreters/ruby/rvm-patchsets.nix')
-rw-r--r--pkgs/development/interpreters/ruby/rvm-patchsets.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/ruby/rvm-patchsets.nix b/pkgs/development/interpreters/ruby/rvm-patchsets.nix
new file mode 100644
index 000000000000..dca74dca62ed
--- /dev/null
+++ b/pkgs/development/interpreters/ruby/rvm-patchsets.nix
@@ -0,0 +1,8 @@
+{ fetchFromGitHub }:
+
+fetchFromGitHub {
+ owner = "skaes";
+ repo = "rvm-patchsets";
+ rev = "13d535bbc060b1b8166673932fe7098abf4216b8";
+ sha256 = "0hf1m2bsdgdnyi4427gknvpd8cfribw77lf2k980flb1z9g5d7ib";
+}