Merge pull request #130498 from Stunkymonkey/openapi-generator-cli

openapi-generator-cli: deprecate phases
This commit is contained in:
Sandro 2021-07-20 18:34:12 +02:00 committed by GitHub
commit cd50abc31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ let this = stdenv.mkDerivation rec {
sha256 = "06dvy4pwgpyf209n0b27qwkjj7zlgadg2czwxapy94fd1wpq9yb2";
};
phases = [ "installPhase" ];
dontUnpack = true;
installPhase = ''
runHook preInstall

View File

@ -15,7 +15,7 @@ let this = stdenv.mkDerivation rec {
sha256 = "1ji3yw9dp4srlgqxvb21vrcp2bzj4himxsmp8l8zid9nxsc1m71x";
};
phases = [ "installPhase" ];
dontUnpack = true;
installPhase = ''
runHook preInstall