Merge pull request #259360 from tomfitzhenry/phoc-test

phoc: add passthru.tests.phosh
This commit is contained in:
Nick Cao 2023-10-06 10:40:30 -04:00 committed by GitHub
commit 965699e326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";