Unverified Commit b5cff9e4 authored by K900's avatar K900 Committed by GitHub
Browse files

expressvpn: fix build (#353911)

parents 99d83b9b 50962087
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
    '';