x-plane: Add libraries for X-Plane 12
parent
1523b5247e
commit
0af889446a
|
@ -194,8 +194,11 @@ in buildFHSUserEnv rec {
|
|||
|
||||
# Also add GAppsWrapper environment stuff such that binaries see the GTK theme...
|
||||
|
||||
targetPkgs = pkgs: (with pkgs; [ harfbuzz unzip atk gdk-pixbuf cairo pango mesa_glu libGL openalSoft gtk2 glib dbus pulseaudio vulkan-tools vulkan-loader ] ++
|
||||
targetPkgs = pkgs: (with pkgs; [ unzip atk gdk-pixbuf cairo pango mesa_glu libGL openalSoft gtk2 glib dbus pulseaudio vulkan-tools vulkan-loader ] ++
|
||||
(with xorg; [ libX11 libXext libXrandr libXcursor libXinerama ]) ++
|
||||
# X-Plane 12
|
||||
[ nss harfbuzz nspr cups at-spi2-core at-spi2-atk libdrm expat alsa-lib mesa ] ++
|
||||
(with xorg; [ libXcomposite libXdamage libXfixes libxcb libxkbcommon ]) ++
|
||||
# For reality expansion pack
|
||||
[ stdenv.cc.cc.lib curl openssl ] ++
|
||||
# For fly with lua
|
||||
|
|
Loading…
Reference in New Issue