Add missing wireguard-tools dependency
This commit is contained in:
		
					parent
					
						
							
								de66b5931c
							
						
					
				
			
			
				commit
				
					
						ef036a6a18
					
				
			
		
					 7 changed files with 107 additions and 113 deletions
				
			
		|  | @ -4,12 +4,13 @@ let | |||
|     nftables = (prev.nftables.override { withPython = true; }); | ||||
|   }; | ||||
|   pkgs-overlay = pkgs.extend nftablesWithPythonOverlay; | ||||
| in  | ||||
| in | ||||
| pkgs-overlay.python310Packages.buildPythonApplication { | ||||
|   pname = "wireguard-nat-nftables"; | ||||
|   version = "0.0.1"; | ||||
| 
 | ||||
|   propagatedBuildInputs = with pkgs-overlay; [ | ||||
|     wireguard-tools | ||||
|     python310Packages.nftables | ||||
|   ]; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue