wio: add missing mesa dependency
This commit is contained in:
parent
d9e946acf9
commit
5e35b5c420
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user