backlight-auto: mark as broken

This commit is contained in:
Tristan Ross 2025-04-09 22:38:40 -07:00
parent e3fa9fa859
commit f329f393b3
No known key found for this signature in database
GPG Key ID: B09C422035669AF8
2 changed files with 2 additions and 4 deletions

View File

@ -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";

View File

@ -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 { };