1
0
Fork 1
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:
Robert Schütz 2024-07-18 02:45:54 -07:00
parent 1c1fb7c478
commit 0ccd244a8d

View file

@ -18,11 +18,11 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"defusedxml"
"ijson"
"sqlalchemy"
];
build-system = with python3.pkgs; [
poetry-core
poetry-dynamic-versioning