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
|
, libxkbcommon
|
||||||
, wlroots
|
, wlroots
|
||||||
, xorg
|
, xorg
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -70,6 +71,8 @@ in stdenv.mkDerivation rec {
|
|||||||
patchShebangs build-aux/post_install.py
|
patchShebangs build-aux/post_install.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests.phosh = nixosTests.phosh;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Wayland compositor for mobile phones like the Librem 5";
|
description = "Wayland compositor for mobile phones like the Librem 5";
|
||||||
homepage = "https://gitlab.gnome.org/World/Phosh/phoc";
|
homepage = "https://gitlab.gnome.org/World/Phosh/phoc";
|
||||||
|
Loading…
Reference in New Issue
Block a user