From 8236cf26cde7bf3638de8bb68f5cdf8d4c69e5eb Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 17 Jul 2026 04:22:49 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/glean-sdk/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/glean-sdk/default.nix b/pkgs/development/python-modules/glean-sdk/default.nix index 69d8006deb40..b78e50d2ea54 100644 --- a/pkgs/development/python-modules/glean-sdk/default.nix +++ b/pkgs/development/python-modules/glean-sdk/default.nix @@ -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;