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-protocols
, wlroots
, mesa
, xwayland
, makeWrapper
}:
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
wayland
wayland-protocols
wlroots
mesa # for libEGL
xwayland
];