···126126 # the UIUC License (a BSD-like license)":
127127 license = with lib.licenses; [ mit ncsa ];
128128 maintainers = llvm_meta.maintainers ++ [ lib.maintainers.vlstill ];
129129- # Broken until https://github.com/llvm/llvm-project/issues/64226 is resolved
130130- # We should check if the version is not 10.13 but that is currently broken.
131131- broken = stdenv.isDarwin && stdenv.isx86_64;
132129 };
133130}
···1191119111921192 ### Z ###
1193119311941194+ zabbix40 = throw "'zabbix40' has been removed as it has reached end of life"; # Added 2024-01-07
11941195 zinc = zincsearch; # Added 2023-05-28
11951196 zkg = throw "'zkg' has been replaced by 'zeek'";
11961197 zq = zed.overrideAttrs (old: { meta = old.meta // { mainProgram = "zq"; }; }); # Added 2023-02-06