maven: specify mainProgram

This commit is contained in:
Mike Purvis 2023-06-06 14:06:19 -04:00 committed by GitHub
parent 9328447b76
commit 3e6aebfcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
inherit jdk;
meta = with lib; {
mainProgram = "mvn";
description = "Build automation tool (used primarily for Java projects)";
homepage = "https://maven.apache.org/";
license = licenses.asl20;