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