Unverified Commit c7863a8e authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

{prefetch-yarn-deps,fixup-yarn-lock}: set pname and version (#486761)

parents bf922a59 f211cad9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@ let
in
{
  prefetch-yarn-deps = stdenv.mkDerivation {
    name = "prefetch-yarn-deps";
    pname = "prefetch-yarn-deps";
    inherit (lib.trivial) version;

    dontUnpack = true;
    dontBuild = true;
@@ -66,7 +67,8 @@ in
  };

  fixup-yarn-lock = stdenv.mkDerivation {
    name = "fixup-yarn-lock";
    pname = "fixup-yarn-lock";
    inherit (lib.trivial) version;

    dontUnpack = true;
    dontBuild = true;