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

View File

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