nixos/pptpd: deprecate phases

This commit is contained in:
Felix Buehler 2025-08-12 22:37:44 +02:00
parent 3fe2211063
commit 7b39ce457f

View file

@ -87,9 +87,8 @@ with lib;
ppp-pptpd-wrapped = pkgs.stdenv.mkDerivation {
name = "ppp-pptpd-wrapped";
phases = [ "installPhase" ];
nativeBuildInputs = with pkgs; [ makeWrapper ];
installPhase = ''
buildCommand = ''
mkdir -p $out/bin
makeWrapper ${pkgs.ppp}/bin/pppd $out/bin/pppd \
--set LD_PRELOAD "${pkgs.libredirect}/lib/libredirect.so" \