rename rubyLibs to rubyPackages

This commit is contained in:
Charles Strahan
2014-11-09 22:16:58 +00:00
parent 2b0750f87a
commit cf8f4963a7
13 changed files with 34 additions and 21 deletions
@@ -42,7 +42,7 @@ composableDerivation.composableDerivation {} rec {
name = "ruby";
enable = {
buildInputs = [ ruby ];
# export same env vars as in rubyLibs
# export same env vars as in rubyPackages
preConfigure = ''
export RUBY_LIB=$out/${ruby.libPath}
export RUBY_LIB_ARCH=$RUBY_LIB
@@ -42,7 +42,7 @@ composableDerivation.composableDerivation {} rec {
name = "ruby";
enable = {
buildInputs = [ ruby ];
# export same env vars as in rubyLibs
# export same env vars as in rubyPackages
preConfigure = ''
export RUBY_LIB=$out/${ruby.libPath}
export RUBY_LIB_ARCH=$RUBY_LIB