bundlerEnv.wrappedRuby: inherit gemPath and meta

This commit is contained in:
Michael Fellinger
2021-10-07 12:03:26 +02:00
parent 713e08cdc5
commit 973639dcf1

View File

@@ -119,6 +119,7 @@ let
wrappedRuby = stdenv.mkDerivation {
name = "wrapped-ruby-${pname'}";
nativeBuildInputs = [ makeWrapper ];
inherit (ruby) gemPath meta;
buildCommand = ''
mkdir -p $out/bin
for i in ${ruby}/bin/*; do