ruby: expose RUBY_ENGINE, include teeny version in paths
This commit is contained in:
@@ -88,7 +88,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "8";
|
minorVersion = "8";
|
||||||
teenyVersion = "7";
|
teenyVersion = "7";
|
||||||
patchLevel = "374";
|
patchLevel = "374";
|
||||||
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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,7 +112,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "9";
|
minorVersion = "9";
|
||||||
teenyVersion = "3";
|
teenyVersion = "3";
|
||||||
patchLevel = "547";
|
patchLevel = "547";
|
||||||
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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,7 +97,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "0";
|
minorVersion = "0";
|
||||||
teenyVersion = "0";
|
teenyVersion = "0";
|
||||||
patchLevel = "481";
|
patchLevel = "481";
|
||||||
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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,7 +112,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "1";
|
minorVersion = "1";
|
||||||
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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,7 +111,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "1";
|
minorVersion = "1";
|
||||||
teenyVersion = "1";
|
teenyVersion = "1";
|
||||||
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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -110,7 +110,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "1";
|
minorVersion = "1";
|
||||||
teenyVersion = "2";
|
teenyVersion = "2";
|
||||||
patchLevel = "353";
|
patchLevel = "353";
|
||||||
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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,7 +108,8 @@ stdenv.mkDerivation rec {
|
|||||||
minorVersion = "1";
|
minorVersion = "1";
|
||||||
teenyVersion = "3";
|
teenyVersion = "3";
|
||||||
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}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user