summary refs log tree commit diff
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2021-04-12 06:07:42 +0200
committerdavidak <git@davidak.de>2021-04-12 06:07:42 +0200
commitbedbc7ff002e23b99905d1be90e600494885a20a (patch)
treefef7dbbdc74921745a29e79c62bd9b1c0431e3dc
parent8c3fc3abfbed6f4975f4d5318035f606a153b042 (diff)
downloadnixpkgs-bedbc7ff002e23b99905d1be90e600494885a20a.tar
nixpkgs-bedbc7ff002e23b99905d1be90e600494885a20a.tar.gz
nixpkgs-bedbc7ff002e23b99905d1be90e600494885a20a.tar.bz2
nixpkgs-bedbc7ff002e23b99905d1be90e600494885a20a.tar.lz
nixpkgs-bedbc7ff002e23b99905d1be90e600494885a20a.tar.xz
nixpkgs-bedbc7ff002e23b99905d1be90e600494885a20a.tar.zst
nixpkgs-bedbc7ff002e23b99905d1be90e600494885a20a.zip
mutter: fix build
-rw-r--r--pkgs/desktops/gnome-3/core/mutter/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/core/mutter/default.nix b/pkgs/desktops/gnome-3/core/mutter/default.nix
index 07e3b536a41..03c20e1ef6a 100644
--- a/pkgs/desktops/gnome-3/core/mutter/default.nix
+++ b/pkgs/desktops/gnome-3/core/mutter/default.nix
@@ -16,9 +16,11 @@
 , ninja
 , xkeyboard_config
 , libxkbfile
+, libXdamage
 , libxkbcommon
 , libXtst
 , libinput
+, libdrm
 , gsettings-desktop-schemas
 , glib
 , gtk3
@@ -27,6 +29,7 @@
 , libgudev
 , libwacom
 , xwayland
+, mesa
 , meson
 , gnome-settings-daemon
 , xorgserver
@@ -84,6 +87,7 @@ let self = stdenv.mkDerivation rec {
   nativeBuildInputs = [
     desktop-file-utils
     gettext
+    mesa # needed for gbm
     meson
     ninja
     pkg-config
@@ -102,12 +106,14 @@ let self = stdenv.mkDerivation rec {
     gsettings-desktop-schemas
     gtk3
     libcanberra
+    libdrm
     libgudev
     libinput
     libstartup_notification
     libwacom
     libxkbcommon
     libxkbfile
+    libXdamage
     pango
     pipewire
     sysprof