mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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 64e9c87fd7)
This commit is contained in:
parent
e345d4338b
commit
96e93d8071
1 changed files with 1 additions and 0 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue