From 66a0f4453ab51f768b6fa64ca60ee2e662bea61e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 8 Aug 2025 04:26:54 +0200 Subject: [PATCH] python3Packages.bless: mark broken --- pkgs/development/python-modules/bless/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/bless/default.nix b/pkgs/development/python-modules/bless/default.nix index e1d6e144c12f..ec238c58e22a 100644 --- a/pkgs/development/python-modules/bless/default.nix +++ b/pkgs/development/python-modules/bless/default.nix @@ -47,6 +47,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "bless" ]; meta = with lib; { + broken = true; # not compatible with bleak>=1.0 and no maintenance since 2024-03 description = "Library for creating a BLE Generic Attribute Profile (GATT) server"; homepage = "https://github.com/kevincar/bless"; changelog = "https://github.com/kevincar/bless/releases/tag/v${version}";