Merge pull request #121437 from primeos/nixos-tests-sway

nixos/tests/sway: init
This commit is contained in:
Michael Weiss
2021-05-05 13:52:51 +02:00
committed by GitHub
3 changed files with 96 additions and 0 deletions
@@ -3,6 +3,7 @@
, libxkbcommon, pcre, json_c, dbus, libevdev
, pango, cairo, libinput, libcap, pam, gdk-pixbuf, librsvg
, wlroots, wayland-protocols, libdrm
, nixosTests
}:
stdenv.mkDerivation rec {
@@ -41,6 +42,8 @@ stdenv.mkDerivation rec {
"-Dsd-bus-provider=libsystemd"
];
passthru.tests.basic = nixosTests.sway;
meta = with lib; {
description = "An i3-compatible tiling Wayland compositor";
longDescription = ''