pppd: inherit nixos test into passthru.tests

+5
+5
pkgs/tools/networking/ppp/default.nix
··· 6 , libxcrypt 7 , openssl 8 , bash 9 }: 10 11 stdenv.mkDerivation rec { ··· 63 postFixup = '' 64 substituteInPlace "$out/bin/pon" --replace "/usr/sbin" "$out/bin" 65 ''; 66 67 meta = with lib; { 68 homepage = "https://ppp.samba.org";
··· 6 , libxcrypt 7 , openssl 8 , bash 9 + , nixosTests 10 }: 11 12 stdenv.mkDerivation rec { ··· 64 postFixup = '' 65 substituteInPlace "$out/bin/pon" --replace "/usr/sbin" "$out/bin" 66 ''; 67 + 68 + passthru.tests = { 69 + inherit (nixosTests) pppd; 70 + }; 71 72 meta = with lib; { 73 homepage = "https://ppp.samba.org";