linuxKernel.kernels.linux_{lqx,zen}: mark as broken in aarch64
This commit is contained in:
parent
be1d7789aa
commit
b2a4f6a735
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, fetchFromGitHub, buildLinux, ... } @ args:
|
{ lib, stdenv, fetchFromGitHub, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
# comments with variant added for update script
|
# comments with variant added for update script
|
||||||
|
@ -105,6 +105,7 @@ let
|
||||||
maintainers = with lib.maintainers; [ thiagokokada ];
|
maintainers = with lib.maintainers; [ thiagokokada ];
|
||||||
description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads." +
|
description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads." +
|
||||||
lib.optionalString isLqx " (Same as linux_zen, but less aggressive release schedule and additional extra config)";
|
lib.optionalString isLqx " (Same as linux_zen, but less aggressive release schedule and additional extra config)";
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // (args.argsOverride or { }));
|
} // (args.argsOverride or { }));
|
||||||
|
|
Loading…
Reference in a new issue