nixos/pptpd: deprecate phases (#433194)

This commit is contained in:
Sandro
2025-08-14 14:01:51 +02:00
committed by GitHub
+1 -2
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" \