Refactor Nix package definitions to use buildPythonPackage and buildPythonApplication, update dependencies, and remove obsolete packages including pureref, rmlint, steam, and talk. Update webcomix to version 3.12.0 with new dependencies and runtime checks.

This commit is contained in:
Danilo Reyes
2025-10-25 18:52:33 -06:00
parent bf9c1796d4
commit b827ffab8f
9 changed files with 31 additions and 370 deletions

View File

@@ -1,10 +1,12 @@
{
lib,
fetchFromGitHub,
python3Packages,
buildPythonPackage,
setuptools,
wheel,
}:
python3Packages.buildPythonPackage rec {
buildPythonPackage rec {
pname = "inputs";
version = "0.5";
pyproject = true;
@@ -17,8 +19,8 @@ python3Packages.buildPythonPackage rec {
};
build-system = [
python3Packages.setuptools
python3Packages.wheel
setuptools
wheel
];
pythonImportsCheck = [