waybox: add missing mesa dependency
This commit is contained in:
parent
0a70e6af02
commit
e6b9662518
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
, pixman
|
||||
, udev
|
||||
, libGL
|
||||
, mesa
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
pixman
|
||||
udev
|
||||
libGL
|
||||
mesa # for libEGL
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue