mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
Compare commits
2 Commits
6e59585a6b
...
deb880c5b4
Author | SHA1 | Date | |
---|---|---|---|
|
deb880c5b4 | ||
|
30bec40338 |
@ -32,7 +32,6 @@
|
||||
default = naersk'.buildPackage {
|
||||
src = ./.;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
vpnc
|
||||
perl
|
||||
jq
|
||||
openconnect
|
||||
@ -44,7 +43,7 @@
|
||||
overrideMain = {...}: {
|
||||
postPatch = ''
|
||||
substituteInPlace crates/common/src/vpn_utils.rs \
|
||||
--replace-fail /etc/vpnc/vpnc-script ${pkgs.vpnc}/bin/vpnc
|
||||
--replace-fail /etc/vpnc/vpnc-script ${pkgs.vpnc-scripts}/bin/vpnc-script
|
||||
substituteInPlace crates/gpapi/src/lib.rs \
|
||||
--replace-fail /usr/bin/gpclient $out/bin/gpclient \
|
||||
--replace-fail /usr/bin/gpservice $out/bin/gpservice \
|
||||
|
Loading…
x
Reference in New Issue
Block a user