Remove enableGnome2 property from JDK derivation
This commit is contained in:
5
jdk.nix
5
jdk.nix
@@ -9,10 +9,7 @@
|
|||||||
if buildPlatform == hostPlatform
|
if buildPlatform == hostPlatform
|
||||||
then jdk21
|
then jdk21
|
||||||
else
|
else
|
||||||
(jdk21.override {
|
jdk21.overrideAttrs (old: {
|
||||||
# libIDL does not compile in cross-compile scenarios.
|
|
||||||
enableGnome2 = false;
|
|
||||||
}).overrideAttrs (old: {
|
|
||||||
# lol, nixpkgs can’t get pkgs right
|
# lol, nixpkgs can’t get pkgs right
|
||||||
# AUTOCONF = "${autoconf}/bin/autoconf";
|
# AUTOCONF = "${autoconf}/bin/autoconf";
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [which zip];
|
nativeBuildInputs = old.nativeBuildInputs ++ [which zip];
|
||||||
|
|||||||
Reference in New Issue
Block a user