Unverified Commit 965699e3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #259360 from tomfitzhenry/phoc-test

phoc: add passthru.tests.phosh
parents 4fe2d5f8 1cb1c88f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";