wayfire: trigger mate-wayland tests

This commit is contained in:
rewine 2024-03-24 00:45:03 +08:00 committed by Bobby Rong
parent ab2c5d034e
commit c167f6efdb
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, nixosTests
, cmake
, meson
, ninja
@ -83,6 +84,8 @@ stdenv.mkDerivation (finalAttrs: {
passthru.providedSessions = [ "wayfire" ];
passthru.tests.mate = nixosTests.mate-wayland;
meta = {
homepage = "https://wayfire.org/";
description = "3D Wayland compositor";