Unverified Commit 4dadbbb8 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

{bundlerEnv,bundlerApp}: add support for pname and version (#487761)

parents 99f29934 e3f01e77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ let
    ]
    // {
      inherit preferLocalBuild allowSubstitutes; # pass the defaults
      inherit (basicEnv) version;
      inherit (basicEnv) version pname;

      nativeBuildInputs = nativeBuildInputs ++ lib.optionals (scripts != [ ]) [ makeWrapper ];

+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ else
    bundlerEnvArgs = {
      inherit ignoreCollisions;

      name = basicEnv.name;
      inherit (basicEnv) pname version;

      paths = envPaths;
      pathsToLink = [ "/lib" ];