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 {
|
pkgs.python3Packages.buildPythonApplication {
|
||||||
pname = "wireguard-nat-nftables";
|
pname = "wireguard-nat-nftables";
|
||||||
version = "0.0.1";
|
version = "0.0.1";
|
||||||
|
pyproject = true;
|
||||||
|
build-system = [ pkgs.python3Packages.setuptools ];
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue