Unverified Commit 50962087 authored by Steven Keuchel's avatar Steven Keuchel
Browse files

expressvpn: fix build

Small regression of the buildFHSEnv updates in
https://github.com/NixOS/nixpkgs/pull/351928
parent 6e800564
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
    '';