lol

python313Packages.ha-mqtt-discoverable: mark broken with paho-mqtt v2

+2
+2
pkgs/development/python-modules/ha-mqtt-discoverable/default.nix
··· 43 43 pythonImportsCheck = [ "ha_mqtt_discoverable" ]; 44 44 45 45 meta = with lib; { 46 + # https://github.com/unixorn/ha-mqtt-discoverable/pull/310 47 + broken = lib.versionAtLeast paho-mqtt.version "2"; 46 48 description = "Python module to create MQTT entities that are automatically discovered by Home Assistant"; 47 49 homepage = "https://github.com/unixorn/ha-mqtt-discoverable"; 48 50 changelog = "https://github.com/unixorn/ha-mqtt-discoverable/releases/tag/v${version}";