Skip to content

Commit 2df9bf3

Browse files
committed
Add wineWow64Packages as acceptable test targets
Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>
1 parent 62b2914 commit 2df9bf3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nixos/tests/wine.nix

+9
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,14 @@ listToAttrs (
7575
# This wayland combination times out after spending many hours.
7676
# https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
7777
(pkgs.lib.remove "wayland" variants)
78+
++
79+
map
80+
(makeWineTest "wineWow64Packages" [
81+
hello32
82+
hello64
83+
])
84+
# This wayland combination times out after spending many hours.
85+
# https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
86+
(pkgs.lib.remove "wayland" variants)
7887
)
7988
)

0 commit comments

Comments
 (0)