backlight-auto: mark as broken
This commit is contained in:
parent
e3fa9fa859
commit
f329f393b3
@ -25,6 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
# Does not support zig 0.12 or newer, hasn't been updated in 2 years.
|
||||
broken = lib.versionAtLeast zig.version "0.12";
|
||||
description = "Automatically set screen brightness with a webcam";
|
||||
mainProgram = "backlight-auto";
|
||||
homepage = "https://len.falken.directory/backlight-auto.html";
|
||||
|
@ -9026,10 +9026,6 @@ with pkgs;
|
||||
|
||||
aws-spend-summary = haskellPackages.aws-spend-summary.bin;
|
||||
|
||||
backlight-auto = callPackage ../by-name/ba/backlight-auto/package.nix {
|
||||
zig = buildPackages.zig_0_11;
|
||||
};
|
||||
|
||||
inherit (callPackages ../development/libraries/bashup-events { }) bashup-events32 bashup-events44;
|
||||
|
||||
bc-soci = callPackage ../development/libraries/soci/bc-soci.nix { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user