1 { lib, buildPythonApplication, nix-update-script, python3Packages, fetchFromGitHub }:
3 buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-T6VULLNRLWO4OcAsuTmhty6H4EhinyxQSg0dfv2DUJs=";
14 propagatedBuildInputs = with python3Packages; [ setproctitle dnspython ];
19 updateScript = nix-update-script {
25 homepage = "https://github.com/dlenski/vpn-slice";
27 "vpnc-script replacement for easy and secure split-tunnel VPN setup";
28 license = licenses.gpl3;
29 maintainers = with maintainers; [ jdbaldry ];