diff --git a/pkgs/ppp/default.nix b/pkgs/ppp/default.nix index 7a93dff..363723b 100644 --- a/pkgs/ppp/default.nix +++ b/pkgs/ppp/default.nix @@ -3,12 +3,10 @@ stdenv, autoreconfHook, substituteAll, -# , openssl }: stdenv.mkDerivation { pname = "ppp"; version = "2.5.0"; nativeBuildInputs = [ autoreconfHook ]; -# buildInputs= [ openssl ]; src = fetchFromGitHub { repo = "ppp"; @@ -22,6 +20,7 @@ "--disable-peap" "--disable-openssl-engine" "--without-openssl" + "--with-runtime-dir=/run/" ]; postPatch = ''