python3Packages.githubkit: mark as broken

uses an old library(hishel) with a removed function not available in the
version on nixpkgs
This commit is contained in:
Fabian Beu
2026-05-27 22:34:39 +02:00
parent 2477ee9f4b
commit 64e9c87fd7
@@ -71,6 +71,7 @@ buildPythonPackage rec {
];
meta = {
broken = true;
description = "GitHub SDK for Python";
homepage = "https://github.com/yanyongyu/githubkit";
changelog = "https://github.com/yanyongyu/githubkit/releases/tag/${src.tag}";