mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
maven: specify mainProgram
This commit is contained in:
parent
9328447b76
commit
3e6aebfcd2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user