about summary refs log tree commit diff
path: root/pkgs/tools/admin/google-cloud-sdk
diff options
context:
space:
mode:
authorMilan Pässler (work) <mil@nyantec.com>2019-09-02 23:39:57 +0200
committerMilan Pässler (work) <mil@nyantec.com>2019-09-02 23:42:12 +0200
commit185fd61631e1521225bdcf10da112450424db56c (patch)
tree79e87a635b720e12cc342ae1a1f35167a2ded334 /pkgs/tools/admin/google-cloud-sdk
parentea3bae4f4d23b35458957884c7b1aba0d88b0cee (diff)
downloadnixlib-185fd61631e1521225bdcf10da112450424db56c.tar
nixlib-185fd61631e1521225bdcf10da112450424db56c.tar.gz
nixlib-185fd61631e1521225bdcf10da112450424db56c.tar.bz2
nixlib-185fd61631e1521225bdcf10da112450424db56c.tar.lz
nixlib-185fd61631e1521225bdcf10da112450424db56c.tar.xz
nixlib-185fd61631e1521225bdcf10da112450424db56c.tar.zst
nixlib-185fd61631e1521225bdcf10da112450424db56c.zip
treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
Diffstat (limited to 'pkgs/tools/admin/google-cloud-sdk')
-rw-r--r--pkgs/tools/admin/google-cloud-sdk/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/admin/google-cloud-sdk/default.nix b/pkgs/tools/admin/google-cloud-sdk/default.nix
index b35fe709f95a..7c81e861ddbc 100644
--- a/pkgs/tools/admin/google-cloud-sdk/default.nix
+++ b/pkgs/tools/admin/google-cloud-sdk/default.nix
@@ -36,8 +36,6 @@ in stdenv.mkDerivation rec {
 
   buildInputs = [ python makeWrapper ];
 
-  doBuild = false;
-
   patches = [
     ./gcloud-path.patch
   ];