mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Compare commits
1 Commits
deb880c5b4
...
6e59585a6b
Author | SHA1 | Date | |
---|---|---|---|
|
6e59585a6b |
@ -32,6 +32,7 @@
|
||||
default = naersk'.buildPackage {
|
||||
src = ./.;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
vpnc
|
||||
perl
|
||||
jq
|
||||
openconnect
|
||||
@ -43,7 +44,7 @@
|
||||
overrideMain = {...}: {
|
||||
postPatch = ''
|
||||
substituteInPlace crates/common/src/vpn_utils.rs \
|
||||
--replace-fail /etc/vpnc/vpnc-script ${pkgs.vpnc-scripts}/bin/vpnc-script
|
||||
--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 \
|
||||
|
Loading…
Reference in New Issue
Block a user