about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2021-04-09 13:34:33 +0200
committerGabriel Ebner <gebner@gebner.org>2021-04-09 18:12:15 +0200
commit5e35b5c420d6700d2b0d8b266c9f77c886bef1c1 (patch)
tree22534fab505e0f257baae5f8c2338bad4466682c /pkgs/applications
parentd9e946acf97daf8b36f4dfaa1d43161d27d7024b (diff)
wio: add missing mesa dependency
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/wio/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/wio/default.nix b/pkgs/applications/window-managers/wio/default.nix
index 301b0184e9c73..c330bbe0e0f41 100644
--- a/pkgs/applications/window-managers/wio/default.nix
+++ b/pkgs/applications/window-managers/wio/default.nix
@@ -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
   ];