ruby updates

This commit is contained in:
Joel Taylor
2014-10-27 21:55:04 +00:00
committed by Charles Strahan
parent 081343f099
commit f14f73da76
2 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
{ ruby, callPackage, pkgs }:
let
buildRubyGem = callPackage ./gem.nix {};
buildRubyGem = callPackage ./gem.nix { inherit ruby; };
lib = ruby.stdenv.lib;
self = rec {
inherit buildRubyGem;