factorio: Add Wayland support

Factorio 1.1.77 adds Wayland support, so make the necessary libs
available.

https://forums.factorio.com/viewtopic.php?p=582261
This commit is contained in:
Andrew Marshall 2023-03-14 11:09:40 -04:00 committed by Kerstin
parent c5ef4af03f
commit c217fb605f

View File

@ -12,10 +12,12 @@
, libXinerama
, libXrandr
, libpulseaudio
, libxkbcommon
, makeDesktopItem
, makeWrapper
, releaseType
, stdenv
, wayland
, mods ? [ ]
, mods-dat ? null
@ -217,6 +219,8 @@ let
libXinerama
libXrandr
libpulseaudio
libxkbcommon
wayland
];
installPhase = base.installPhase + ''