mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
vunnel: fix build
This commit is contained in:
parent
1c1fb7c478
commit
0ccd244a8d
|
@ -18,11 +18,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"defusedxml"
|
||||
"ijson"
|
||||
"sqlalchemy"
|
||||
];
|
||||
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
poetry-core
|
||||
poetry-dynamic-versioning
|
||||
|
|
Loading…
Reference in a new issue