{ buildRubyGem, makeWrapper, ruby, coreutils }: buildRubyGem rec { inherit ruby; name = "${gemName}-${version}"; gemName = "bundler"; version = "1.14.4"; sha256 = "1hafmb7p41pm40a2z7f4x5zpgrb72xvgwlvkxnflmzqkvq2prkfv"; dontPatchShebangs = true; postFixup = '' sed -i -e "s/activate_bin_path/bin_path/g" $out/bin/bundle ''; }