rubygems: fix for Ruby with no openssl
This fixes the rubyMinimal package.
This commit is contained in:
committed by
Frederik Rietdijk
parent
5f2d96ba2e
commit
a08e5665fa
@@ -12,7 +12,7 @@ let
|
||||
opString = lib.optionalString;
|
||||
patchSet = import ./rvm-patchsets.nix { inherit fetchFromGitHub; };
|
||||
config = import ./config.nix { inherit fetchFromSavannah; };
|
||||
rubygems = import ./rubygems { inherit stdenv lib fetchurl; };
|
||||
rubygems = import ./rubygems { inherit stdenv lib fetchurl fetchpatch; };
|
||||
|
||||
# Contains the ruby version heuristics
|
||||
rubyVersion = import ./ruby-version.nix { inherit lib; };
|
||||
|
||||
Reference in New Issue
Block a user