summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorMichael Fellinger <michael.fellinger@iohk.io>2021-10-07 12:03:26 +0200
committerMichael Fellinger <michael.fellinger@iohk.io>2021-10-07 12:03:26 +0200
commit973639dcf106b2f776c8d8b95dd1ec786be47091 (patch)
treefed35e1e6cb4a9d903d0083ef6331cba274e8dda /pkgs/development/ruby-modules
parent713e08cdc5e0cd7317aff73d3227b5856248b65c (diff)
downloadnixpkgs-973639dcf106b2f776c8d8b95dd1ec786be47091.tar
nixpkgs-973639dcf106b2f776c8d8b95dd1ec786be47091.tar.gz
nixpkgs-973639dcf106b2f776c8d8b95dd1ec786be47091.tar.bz2
nixpkgs-973639dcf106b2f776c8d8b95dd1ec786be47091.tar.lz
nixpkgs-973639dcf106b2f776c8d8b95dd1ec786be47091.tar.xz
nixpkgs-973639dcf106b2f776c8d8b95dd1ec786be47091.tar.zst
nixpkgs-973639dcf106b2f776c8d8b95dd1ec786be47091.zip
bundlerEnv.wrappedRuby: inherit gemPath and meta
Diffstat (limited to 'pkgs/development/ruby-modules')
-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