mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
maven: add meta attributes (description, homepage, license)
This commit is contained in:
parent
24f3fb6788
commit
d3ae8086c4
|
@ -15,4 +15,10 @@ stdenv.mkDerivation {
|
|||
buildInputs = [ makeWrapper ];
|
||||
|
||||
inherit jdk;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Build automation tool (used primarily for Java projects)";
|
||||
homepage = http://maven.apache.org/;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue