This commit is contained in:
Simonas Kazlauskas
2023-07-30 15:42:26 +03:00
parent 3f5a359361
commit 8950cd5316
5 changed files with 30 additions and 12 deletions

View File

@@ -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: {