Build with setuptools
This commit is contained in:
parent
b4f63bc010
commit
0dc30f442f
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
pkgs.python3Packages.buildPythonApplication {
|
||||
pname = "wireguard-nat-nftables";
|
||||
version = "0.0.1";
|
||||
pyproject = true;
|
||||
build-system = [ pkgs.python3Packages.setuptools ];
|
||||
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
wireguard-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue