summary refs log tree commit diff
path: root/pkgs/tools/networking/openapi-generator-cli/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-20 18:01:04 +0000
committerGitHub <noreply@github.com>2021-07-20 18:01:04 +0000
commit61eb7e2e9e36e062a3bd323155441f78e9fcd7ed (patch)
tree95a0c82b7250621868f016fc7c0995d6ae09fd8b /pkgs/tools/networking/openapi-generator-cli/default.nix
parent3202dd166c491b8389c130d80dde3a377f650741 (diff)
parent8472d44b82084f8b638b0dca248fae61b9bd1bad (diff)
downloadnixpkgs-61eb7e2e9e36e062a3bd323155441f78e9fcd7ed.tar
nixpkgs-61eb7e2e9e36e062a3bd323155441f78e9fcd7ed.tar.gz
nixpkgs-61eb7e2e9e36e062a3bd323155441f78e9fcd7ed.tar.bz2
nixpkgs-61eb7e2e9e36e062a3bd323155441f78e9fcd7ed.tar.lz
nixpkgs-61eb7e2e9e36e062a3bd323155441f78e9fcd7ed.tar.xz
nixpkgs-61eb7e2e9e36e062a3bd323155441f78e9fcd7ed.tar.zst
nixpkgs-61eb7e2e9e36e062a3bd323155441f78e9fcd7ed.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/networking/openapi-generator-cli/default.nix')
-rw-r--r--pkgs/tools/networking/openapi-generator-cli/default.nix2
1 files changed, 1 insertions, 1 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