Prevent the JDK from appearing in the Nixpkgs channel
This commit is contained in:
parent
8020c37f55
commit
2bc9508034
@ -43,4 +43,6 @@ stdenv.mkDerivation rec {
|
|||||||
./jre/lib/ext/localedata.pack \
|
./jre/lib/ext/localedata.pack \
|
||||||
./lib/tools.pack
|
./lib/tools.pack
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta.license = "unfree";
|
||||||
}
|
}
|
||||||
|
@ -67,4 +67,6 @@ stdenv.mkDerivation {
|
|||||||
inherit (xlibs) libX11;
|
inherit (xlibs) libX11;
|
||||||
|
|
||||||
mozillaPlugin = if installjdk then "/jre/lib/${architecture}/plugins" else "/lib/${architecture}/plugins";
|
mozillaPlugin = if installjdk then "/jre/lib/${architecture}/plugins" else "/lib/${architecture}/plugins";
|
||||||
|
|
||||||
|
meta.license = "unfree";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user