bundler-env: Remove unused args

This commit is contained in:
Aneesh Agrawal 2017-10-05 04:12:17 -04:00
parent 426c513c14
commit aa9fc7ee25

View File

@ -1,7 +1,4 @@
{ stdenv, runCommand, writeText, writeScript, writeScriptBin, ruby, lib
, callPackage, defaultGemConfig, fetchurl, fetchgit, buildRubyGem, buildEnv
, linkFarm, git, makeWrapper, bundler, tree
}@defs:
{ ruby, lib, callPackage, defaultGemConfig, buildEnv, bundler }@defs:
{ name ? null
, pname ? null