mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
parent
c5ef4af03f
commit
c217fb605f
@ -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 + ''
|
||||
|
Loading…
Reference in New Issue
Block a user