expressvpn: fix build

Small regression of the buildFHSEnv updates in
https://github.com/NixOS/nixpkgs/pull/351928
This commit is contained in:
Steven Keuchel 2024-11-05 22:20:48 +01:00
parent 6e80056430
commit 5096208777
No known key found for this signature in database
GPG Key ID: 5877DEE97428557F

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
'';