summary refs log tree commit diff
path: root/pkgs/tools/networking/openapi-generator-cli/unstable.nix
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/openapi-generator-cli/unstable.nix
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/openapi-generator-cli/unstable.nix')
-rw-r--r--pkgs/tools/networking/openapi-generator-cli/unstable.nix2
1 files changed, 1 insertions, 1 deletions
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