python314.pkgs.guidata: disable due to lack of upstream support
Resolves #493550
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user