nixos/xl2tpd: deprecate phases

This commit is contained in:
Felix Buehler 2025-08-12 22:38:50 +02:00
parent 3fe2211063
commit 08cdd881e8

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 \