Remove enableGnome2 property from JDK derivation

This commit is contained in:
2025-12-05 12:32:28 +01:00
parent 3afd0cc0e4
commit 32838d386a

View File

@@ -9,10 +9,7 @@
if buildPlatform == hostPlatform
then jdk21
else
(jdk21.override {
# libIDL does not compile in cross-compile scenarios.
enableGnome2 = false;
}).overrideAttrs (old: {
jdk21.overrideAttrs (old: {
# lol, nixpkgs cant get pkgs right
# AUTOCONF = "${autoconf}/bin/autoconf";
nativeBuildInputs = old.nativeBuildInputs ++ [which zip];