1
0

buuld ppp with path to /run

This commit is contained in:
Daniel Barlow 2024-10-16 18:57:26 +01:00
parent 9e3f48768e
commit 888688ce28

View File

@ -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 = ''