Prevent the JDK from appearing in the Nixpkgs channel

This commit is contained in:
Eelco Dolstra 2012-08-22 15:24:44 -04:00
parent 8020c37f55
commit 2bc9508034
2 changed files with 4 additions and 0 deletions

View File

@ -43,4 +43,6 @@ stdenv.mkDerivation rec {
./jre/lib/ext/localedata.pack \
./lib/tools.pack
'';
meta.license = "unfree";
}

View File

@ -67,4 +67,6 @@ stdenv.mkDerivation {
inherit (xlibs) libX11;
mozillaPlugin = if installjdk then "/jre/lib/${architecture}/plugins" else "/lib/${architecture}/plugins";
meta.license = "unfree";
}