summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-10-08 20:01:41 -0500
committerGitHub <noreply@github.com>2021-10-08 20:01:41 -0500
commitcecd2782d7b4bee337cb4f155a79350d2716125e (patch)
tree21119d8cf02befbfabf6679dd316f6b5b7d99320
parent566bfddc66517042a665ef6354adcf0c7d9a273a (diff)
parent973639dcf106b2f776c8d8b95dd1ec786be47091 (diff)
downloadnixpkgs-cecd2782d7b4bee337cb4f155a79350d2716125e.tar
nixpkgs-cecd2782d7b4bee337cb4f155a79350d2716125e.tar.gz
nixpkgs-cecd2782d7b4bee337cb4f155a79350d2716125e.tar.bz2
nixpkgs-cecd2782d7b4bee337cb4f155a79350d2716125e.tar.lz
nixpkgs-cecd2782d7b4bee337cb4f155a79350d2716125e.tar.xz
nixpkgs-cecd2782d7b4bee337cb4f155a79350d2716125e.tar.zst
nixpkgs-cecd2782d7b4bee337cb4f155a79350d2716125e.zip
Merge pull request #140849 from manveru/wrappedRuby-fixes
bundlerEnv.wrappedRuby: inherit gemPath and meta
-rw-r--r--pkgs/development/ruby-modules/bundled-common/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ruby-modules/bundled-common/default.nix b/pkgs/development/ruby-modules/bundled-common/default.nix
index 70afd412f3e..6a4a87bc896 100644
--- a/pkgs/development/ruby-modules/bundled-common/default.nix
+++ b/pkgs/development/ruby-modules/bundled-common/default.nix
@@ -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