phoc: add passthru.tests.phosh

In practice, phoc's primary reverse-dependency is phosh, so let's run
the phosh test on phoc updates.
This commit is contained in:
Tom Fitzhenry 2023-10-06 21:27:31 +11:00
parent 51d261b0ae
commit 1cb1c88f9c

View file

@ -17,6 +17,7 @@
, libxkbcommon
, wlroots
, xorg
, nixosTests
}:
let
@ -70,6 +71,8 @@ in stdenv.mkDerivation rec {
patchShebangs build-aux/post_install.py
'';
passthru.tests.phosh = nixosTests.phosh;
meta = with lib; {
description = "Wayland compositor for mobile phones like the Librem 5";
homepage = "https://gitlab.gnome.org/World/Phosh/phoc";