summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-17 23:22:02 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-17 23:22:02 +0200
commitabf22a044d9ece9ad051192e04cfa1b7382e9f1f (patch)
tree0edbbbf389455c88bbf780df420098ac83174b2b /pkgs/tools/networking
parentee252b7812427900a290074538555b33b6f5bb2a (diff)
downloadnixpkgs-abf22a044d9ece9ad051192e04cfa1b7382e9f1f.tar
nixpkgs-abf22a044d9ece9ad051192e04cfa1b7382e9f1f.tar.gz
nixpkgs-abf22a044d9ece9ad051192e04cfa1b7382e9f1f.tar.bz2
nixpkgs-abf22a044d9ece9ad051192e04cfa1b7382e9f1f.tar.lz
nixpkgs-abf22a044d9ece9ad051192e04cfa1b7382e9f1f.tar.xz
nixpkgs-abf22a044d9ece9ad051192e04cfa1b7382e9f1f.tar.zst
nixpkgs-abf22a044d9ece9ad051192e04cfa1b7382e9f1f.zip
openapi-generator-ci: deprecate phases
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/openapi-generator-cli/default.nix2
-rw-r--r--pkgs/tools/networking/openapi-generator-cli/unstable.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/openapi-generator-cli/default.nix b/pkgs/tools/networking/openapi-generator-cli/default.nix
index b195c655c93..34d2c22fb24 100644
--- a/pkgs/tools/networking/openapi-generator-cli/default.nix
+++ b/pkgs/tools/networking/openapi-generator-cli/default.nix
@@ -15,7 +15,7 @@ let this = stdenv.mkDerivation rec {
     sha256 = "06dvy4pwgpyf209n0b27qwkjj7zlgadg2czwxapy94fd1wpq9yb2";
   };
 
-  phases = [ "installPhase" ];
+  dontUnpack = true;
 
   installPhase = ''
     runHook preInstall
diff --git a/pkgs/tools/networking/openapi-generator-cli/unstable.nix b/pkgs/tools/networking/openapi-generator-cli/unstable.nix
index 306654f05d9..33eb33e10b0 100644
--- a/pkgs/tools/networking/openapi-generator-cli/unstable.nix
+++ b/pkgs/tools/networking/openapi-generator-cli/unstable.nix
@@ -15,7 +15,7 @@ let this = stdenv.mkDerivation rec {
     sha256 = "1ji3yw9dp4srlgqxvb21vrcp2bzj4himxsmp8l8zid9nxsc1m71x";
   };
 
-  phases = [ "installPhase" ];
+  dontUnpack = true;
 
   installPhase = ''
     runHook preInstall