treewide: use dontConfigure

This commit is contained in:
worldofpeace
2019-06-19 11:36:06 -04:00
parent c79ec3323e
commit cab7c6cbd9
26 changed files with 32 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1hsvi8wjh615fnjf75h7b5afp04chqcgvini30vfcn3m9a5icbgy";
};
configurePhase = ":";
dontConfigure = true;
buildPhase = ":";
installPhase = ''
mkdir -p $out/bin $out/share/java