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:55 +01:00
parent 6e80056430
commit 5096208777
@@ -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
'';