Add meta attribute to openjdk8

This commit is contained in:
Moritz Kiefer 2015-01-18 22:35:01 +01:00
parent 9d9f33863b
commit 46d59c3251

View file

@ -128,4 +128,12 @@ stdenv.mkDerivation {
ln -s $out/lib/openjdk/bin $out/bin
ln -s $jre/lib/openjdk/jre/bin $jre/bin
'';
meta = {
homepage = http://openjdk.java.net/;
license = stdenv.lib.licenses.gpl2;
description = "The open-source Java Development Kit";
platforms = stdenv.lib.platforms.linux;
};
}