This commit is contained in:
mjallen18
2025-07-24 11:06:08 -05:00
parent f05972d6ae
commit 3d213c8769
164 changed files with 1777 additions and 1257 deletions

View File

@@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec {
sha256 = "sha256-jBBd+O3S/4AlxAhrF9j9Bi5vMKZNk0M17ok9JzcI8F8=";
};
buildInputs = with python3Packages; [
buildInputs = with python3Packages; [
setuptools
setuptools-git-versioning
];
@@ -25,4 +25,4 @@ python3Packages.buildPythonPackage rec {
];
doCheck = false;
}
}