expressvpn: fix build (#353911)

This commit is contained in:
K900 2024-11-06 07:55:59 +03:00 committed by GitHub
commit b5cff9e4d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,7 @@ let
# expressvpnd binary has hard-coded the path /sbin/sysctl hence below workaround.
extraBuildCommands = ''
mkdir -p sbin
chmod +w sbin
ln -s ${sysctl}/bin/sysctl sbin/sysctl
'';