Release 2.3.7

This commit is contained in:
Kevin Yue
2024-08-16 01:33:23 +00:00
committed by Eric Dallo
parent 0bb9353a11
commit 6e59585a6b
4 changed files with 15 additions and 8 deletions

View File

@@ -32,6 +32,7 @@
default = naersk'.buildPackage {
src = ./.;
nativeBuildInputs = with pkgs; [
vpnc
perl
jq
openconnect
@@ -42,6 +43,8 @@
overrideMain = {...}: {
postPatch = ''
substituteInPlace crates/common/src/vpn_utils.rs \
--replace-fail /etc/vpnc/vpnc-script ${pkgs.vpnc}/bin/vpnc
substituteInPlace crates/gpapi/src/lib.rs \
--replace-fail /usr/bin/gpclient $out/bin/gpclient \
--replace-fail /usr/bin/gpservice $out/bin/gpservice \