ruby: fixup 2.2's passthru
This commit is contained in:
parent
98bfaf52f7
commit
00f93c494b
@ -99,7 +99,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "2";
|
minorVersion = "2";
|
||||||
teenyVersion = "0";
|
teenyVersion = "0";
|
||||||
patchLevel = "0";
|
patchLevel = "0";
|
||||||
libPath = "lib/ruby/${majorVersion}.${minorVersion}";
|
rubyEngine = "ruby";
|
||||||
gemPath = "lib/ruby/gems/${majorVersion}.${minorVersion}";
|
libPath = "lib/${rubyEngine}/${majorVersion}.${minorVersion}.${teenyVersion}";
|
||||||
|
gemPath = "lib/${rubyEngine}/gems/${majorVersion}.${minorVersion}.${teenyVersion}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user