mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
ruby: adjust the libPath
This commit is contained in:
parent
de497895ae
commit
c20e79abb9
@ -129,7 +129,7 @@ let
|
||||
inherit majorVersion minorVersion teenyVersion patchLevel;
|
||||
rubyEngine = "ruby";
|
||||
baseRuby = baseruby;
|
||||
libPath = "lib/${versionNoPatch}";
|
||||
libPath = "lib/${rubyEngine}/${versionNoPatch}";
|
||||
gemPath = "lib/${rubyEngine}/gems/${versionNoPatch}";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user