summary refs log tree commit diff
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
parentd9e946acf97daf8b36f4dfaa1d43161d27d7024b (diff)
downloadnixpkgs-5e35b5c420d6700d2b0d8b266c9f77c886bef1c1.tar
nixpkgs-5e35b5c420d6700d2b0d8b266c9f77c886bef1c1.tar.gz
nixpkgs-5e35b5c420d6700d2b0d8b266c9f77c886bef1c1.tar.bz2
nixpkgs-5e35b5c420d6700d2b0d8b266c9f77c886bef1c1.tar.lz
nixpkgs-5e35b5c420d6700d2b0d8b266c9f77c886bef1c1.tar.xz
nixpkgs-5e35b5c420d6700d2b0d8b266c9f77c886bef1c1.tar.zst
nixpkgs-5e35b5c420d6700d2b0d8b266c9f77c886bef1c1.zip
wio: add missing mesa dependency
-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 301b0184e9c..c330bbe0e0f 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
   ];