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:
@@ -36,8 +36,6 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ python makeWrapper ];
|
||||
|
||||
doBuild = false;
|
||||
|
||||
patches = [
|
||||
./gcloud-path.patch
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user