forked from mirrors/nixpkgs
openjdk: Add meta attributes
svn path=/nixpkgs/trunk/; revision=28099
This commit is contained in:
parent
31b09ab695
commit
84529a1370
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||
libXrender
|
||||
libXtst
|
||||
libXi
|
||||
];
|
||||
;
|
||||
|
||||
postUnpack = ''
|
||||
sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \
|
||||
|
@ -84,5 +84,15 @@ stdenv.mkDerivation rec {
|
|||
cp -av build/*/j2sdk-image/* $out
|
||||
rm $out/src.zip
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://openjdk.java.net/;
|
||||
|
||||
license = "GPLv2";
|
||||
|
||||
description = "The open-source Java Development Kit";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue