Merge pull request #79129 from volth/patch-380
oraclejdk8: remove dead code
This commit is contained in:
commit
f2653e0ae2
@ -16,7 +16,6 @@
|
|||||||
, pluginSupport ? true
|
, pluginSupport ? true
|
||||||
, installjce ? false
|
, installjce ? false
|
||||||
, config
|
, config
|
||||||
, licenseAccepted ? config.oraclejdk.accept_license or false
|
|
||||||
, glib
|
, glib
|
||||||
, libxml2
|
, libxml2
|
||||||
, libav_0_8
|
, libav_0_8
|
||||||
@ -36,13 +35,6 @@
|
|||||||
|
|
||||||
assert swingSupport -> xorg != null;
|
assert swingSupport -> xorg != null;
|
||||||
|
|
||||||
if !licenseAccepted then throw ''
|
|
||||||
You must accept the Oracle Binary Code License Agreement for Java SE at
|
|
||||||
https://www.oracle.com/technetwork/java/javase/terms/license/index.html
|
|
||||||
by setting nixpkgs config option 'oraclejdk.accept_license = true;'
|
|
||||||
''
|
|
||||||
else assert licenseAccepted;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user