wio: add missing mesa dependency

This commit is contained in:
Gabriel Ebner 2021-04-09 13:34:33 +02:00
parent d9e946acf9
commit 5e35b5c420

View File

@ -10,6 +10,7 @@
, wayland , wayland
, wayland-protocols , wayland-protocols
, wlroots , wlroots
, mesa
, xwayland , xwayland
, makeWrapper , makeWrapper
}: }:
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
wayland wayland
wayland-protocols wayland-protocols
wlroots wlroots
mesa # for libEGL
xwayland xwayland
]; ];