mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
wine64Packages.{unstable,staging}: 10.0 -> 10.2 (#384537)
This commit is contained in:
commit
42565a80f1
2 changed files with 13 additions and 4 deletions
|
@ -75,5 +75,14 @@ listToAttrs (
|
|||
# This wayland combination times out after spending many hours.
|
||||
# https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
|
||||
(pkgs.lib.remove "wayland" variants)
|
||||
++
|
||||
map
|
||||
(makeWineTest "wineWow64Packages" [
|
||||
hello32
|
||||
hello64
|
||||
])
|
||||
# This wayland combination times out after spending many hours.
|
||||
# https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
|
||||
(pkgs.lib.remove "wayland" variants)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue