python314.pkgs.guidata: disable due to lack of upstream support

Resolves #493550
This commit is contained in:
Doron Behar
2026-02-26 18:22:40 +02:00
parent a29cc0f7ab
commit 2f3d6b6d49
@@ -2,6 +2,7 @@
lib,
stdenv,
buildPythonPackage,
pythonAtLeast,
fetchFromGitHub,
# build-system
@@ -40,6 +41,9 @@ buildPythonPackage rec {
hash = "sha256-iUfZX51Ef1PY7roy9ER8hG34BAhCLs3Sagoasd5BT3E=";
};
# https://github.com/PlotPyStack/guidata/issues/97
disabled = pythonAtLeast "3.14";
build-system = [
setuptools
];