Merge branch staging-19.03 into release-19.03

This commit is contained in:
Andreas Rammhold
2019-09-04 02:31:48 +02:00

View File

@@ -8,7 +8,7 @@
, galliumDrivers ? null
, driDrivers ? null
, vulkanDrivers ? null
, eglPlatforms ? [ "x11" ] ++ lib.optionals stdenv.isLinux [ "wayland" "drm" ]
, eglPlatforms ? [ "x11" "surfaceless" ] ++ lib.optionals stdenv.isLinux [ "wayland" "drm" ]
, OpenGL, Xplugin
}: