Merge pull request #205337 from Radvendii/patch-1
ruby: add `buildGems` to passthru
This commit is contained in:
@@ -248,7 +248,7 @@ let
|
||||
inherit lib stdenv makeWrapper buildRubyGem buildEnv;
|
||||
gemConfig = defaultGemConfig;
|
||||
ruby = self;
|
||||
}) withPackages gems;
|
||||
}) withPackages buildGems gems;
|
||||
|
||||
} // lib.optionalAttrs useBaseRuby {
|
||||
inherit baseRuby;
|
||||
|
||||
Reference in New Issue
Block a user