nixos/xl2tpd: deprecate phases
This commit is contained in:
parent
3fe2211063
commit
08cdd881e8
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user