python312Packages.curvefitgui: enable

The problem reported upstream has gone naturally, due to changes in
PyQt5 that have reached Nixpkgs too.
This commit is contained in:
Doron Behar
2025-07-17 11:35:58 +03:00
parent 3765815270
commit c2e6483890
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
# build-system
setuptools,
@@ -18,11 +17,6 @@ buildPythonPackage {
pname = "curvefitgui";
version = "0-unstable-2021-08-25";
pyproject = true;
# For some reason, importing the main module makes the whole python
# interpreter crash! This needs further investigation, possibly the problem
# is with one of the dependencies.. See upstream report:
# https://github.com/moosepy/curvefitgui/issues/2
disabled = pythonAtLeast "3.12";
src = fetchFromGitHub {
owner = "moosepy";