fix: add new reqs for buildPythonApplication

This commit is contained in:
trev 2025-08-15 02:04:47 -04:00 committed by Gavin John
parent 63ecfbb53d
commit f9405aa9ca

View file

@ -5,11 +5,14 @@
git,
nix,
glibcLocales,
setuptools,
}:
buildPythonApplication {
name = "nur";
src = ./.;
pyproject = true;
build-system = [ setuptools ];
doCheck = false;