treewide: use dontConfigure

This commit is contained in:
worldofpeace
2019-07-01 04:23:51 -04:00
parent c79ec3323e
commit cab7c6cbd9
26 changed files with 32 additions and 32 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
# Skip configure and build phases.
# We just want something from the support directory
configurePhase = "true";
dontConfigure = true;
dontBuild = true;
postPatch = ''