Merge pull request #259360 from tomfitzhenry/phoc-test
phoc: add passthru.tests.phosh
This commit is contained in:
commit
965699e326
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user