fix: add new reqs for buildPythonApplication
This commit is contained in:
parent
63ecfbb53d
commit
f9405aa9ca
1 changed files with 3 additions and 0 deletions
|
|
@ -5,11 +5,14 @@
|
|||
git,
|
||||
nix,
|
||||
glibcLocales,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonApplication {
|
||||
name = "nur";
|
||||
src = ./.;
|
||||
pyproject = true;
|
||||
build-system = [ setuptools ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue