mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
expressvpn: fix build
Small regression of the buildFHSEnv updates in https://github.com/NixOS/nixpkgs/pull/351928
This commit is contained in:
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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user