nixos/xl2tpd: deprecate phases (#433195)

This commit is contained in:
Sandro 2025-08-14 14:02:10 +02:00 committed by GitHub
commit a9b58022f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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