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
No known key found for this signature in database
GPG key ID: 21627A759AC31948

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