4.0.1
This commit is contained in:
6
jdk.nix
6
jdk.nix
@@ -1,8 +1,8 @@
|
||||
{ buildPlatform, hostPlatform, jdk11, which, zip, buildPackages }:
|
||||
{ buildPlatform, hostPlatform, jdk17, which, zip, buildPackages }:
|
||||
|
||||
if buildPlatform == hostPlatform
|
||||
then jdk11
|
||||
else (jdk11.override {
|
||||
then jdk17
|
||||
else (jdk17.override {
|
||||
# libIDL does not compile in cross-compile scenarios.
|
||||
enableGnome2 = false;
|
||||
}).overrideAttrs (old: {
|
||||
|
||||
Reference in New Issue
Block a user