Fixing an overload of "pname"

This commit is contained in:
Judson
2017-06-25 17:40:22 -07:00
parent fc302bc07f
commit 603e84caef
4 changed files with 19 additions and 7 deletions
@@ -27,7 +27,7 @@ let
else if pname != null then "${toString pname}-${basicEnv.gems."${pname}".version}"
else throw "bundlerEnv: either pname or name must be set";
basicEnv = (callPackage ../bundled-common {}) (args // { inherit pname name; });
basicEnv = (callPackage ../bundled-common {}) (args // { inherit pname name; mainGemName = pname; });
inherit (basicEnv) envPaths;
# Idea here is a mkDerivation that gen-bin-stubs new stubs "as specified" -