treewide: Remove doBuild cause it does not exist

This commit is contained in:
Sandro Jäckel
2021-02-02 14:46:06 +01:00
parent c1e35a4b63
commit 6ad10c3bcd
5 changed files with 0 additions and 8 deletions
@@ -7,8 +7,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ maven ] ++ lib.optional stdenv.isLinux autoPatchelfHook;
doBuild = false;
installPhase = ''
mkdir -p $out