From 96e93d8071b5c206eade54ccf403739d115b9833 Mon Sep 17 00:00:00 2001 From: Fabian Beu <5528922-Darks1de@users.noreply.gitlab.com> Date: Wed, 27 May 2026 22:34:39 +0200 Subject: [PATCH] python3Packages.githubkit: mark as broken uses an old library(hishel) with a removed function not available in the version on nixpkgs (cherry picked from commit 64e9c87fd740c86ad403400c4abeef794a56dc47) --- pkgs/development/python-modules/githubkit/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/githubkit/default.nix b/pkgs/development/python-modules/githubkit/default.nix index 6d205f922b7e..e8b3e5f7fe7e 100644 --- a/pkgs/development/python-modules/githubkit/default.nix +++ b/pkgs/development/python-modules/githubkit/default.nix @@ -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}";