treewide: Remove doBuild cause it does not exist
This commit is contained in:
@@ -7,8 +7,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ maven ] ++ lib.optional stdenv.isLinux autoPatchelfHook;
|
||||
|
||||
doBuild = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user