about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-01-24 20:52:24 +0000
committerGitHub <noreply@github.com>2022-01-24 20:52:24 +0000
commit16f77e1412139f8e871c8d54ab43c071caeb20bd (patch)
tree4bbccae7ccb5cc72cd632ed0d7744362b8c49f48 /nixos
parent3a879825374b7c696398c9fbbc29d005a713b34d (diff)
parent9a7bb1ef06a28d4b8ef61801413cda55e3ffde49 (diff)
Merge pull request #153932 from jmc-figueira/wine-wayland
wine-wayland: added derivation for building the experimental Wayland driver for Wine
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/wine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/wine.nix b/nixos/tests/wine.nix
index c46c7d338b2e2..18ad759b5515e 100644
--- a/nixos/tests/wine.nix
+++ b/nixos/tests/wine.nix
@@ -35,7 +35,7 @@ let
     };
   };
 
-  variants = [ "base" "full" "minimal" "staging" "unstable" ];
+  variants = [ "base" "full" "minimal" "staging" "unstable" "wayland" ];
 
 in listToAttrs (map (makeWineTest "winePackages" [ hello32 ]) variants
   ++ map (makeWineTest "wineWowPackages" [ hello32 hello64 ]) variants)