expressvpn: fix build (#353911)

This commit is contained in:
K900
2024-11-06 07:55:59 +03:00
committed by GitHub
@@ -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
'';