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.
This commit is contained in:
Milan Pässler (work)
2019-09-02 23:39:57 +02:00
parent ea3bae4f4d
commit 185fd61631
9 changed files with 0 additions and 16 deletions

View File

@@ -36,8 +36,6 @@ in stdenv.mkDerivation rec {
buildInputs = [ python makeWrapper ];
doBuild = false;
patches = [
./gcloud-path.patch
];