phoc: add passthru.tests.phosh

In practice, phoc's primary reverse-dependency is phosh, so let's run
the phosh test on phoc updates.

+3
+3
pkgs/applications/misc/phoc/default.nix
··· 17 , libxkbcommon 18 , wlroots 19 , xorg 20 }: 21 22 let ··· 69 chmod +x build-aux/post_install.py 70 patchShebangs build-aux/post_install.py 71 ''; 72 73 meta = with lib; { 74 description = "Wayland compositor for mobile phones like the Librem 5";
··· 17 , libxkbcommon 18 , wlroots 19 , xorg 20 + , nixosTests 21 }: 22 23 let ··· 70 chmod +x build-aux/post_install.py 71 patchShebangs build-aux/post_install.py 72 ''; 73 + 74 + passthru.tests.phosh = nixosTests.phosh; 75 76 meta = with lib; { 77 description = "Wayland compositor for mobile phones like the Librem 5";