mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
python3Packages.glean-sdk: mark broken
https://hydra.nixos.org/job/nixpkgs/unstable/python313Packages.glean-sdk.aarch64-linux/all https://hydra.nixos.org/job/nixpkgs/unstable/python313Packages.glean-sdk.x86_64-linux/all
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
@@ -57,7 +56,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "glean" ];
|
||||
|
||||
meta = {
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
broken = true; # fails to build since 2025-12
|
||||
description = "Telemetry client libraries and are a part of the Glean project";
|
||||
homepage = "https://mozilla.github.io/glean/book/index.html";
|
||||
license = lib.licenses.mpl20;
|
||||
|
||||
Reference in New Issue
Block a user