summary refs log tree commit diff
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2020-11-08 16:19:00 +0100
committerTor Hedin Brønner <torhedinbronner@gmail.com>2020-11-08 19:54:17 +0100
commit752773e0a43fe10a7d3d3aa6d3c3eafc68a26592 (patch)
treef311e847118906d6c5e08dc0410f0d41b2f8a4c0
parent5e1cf833834aa41910c5e88d0e5d68ab8731e24c (diff)
downloadnixpkgs-752773e0a43fe10a7d3d3aa6d3c3eafc68a26592.tar
nixpkgs-752773e0a43fe10a7d3d3aa6d3c3eafc68a26592.tar.gz
nixpkgs-752773e0a43fe10a7d3d3aa6d3c3eafc68a26592.tar.bz2
nixpkgs-752773e0a43fe10a7d3d3aa6d3c3eafc68a26592.tar.lz
nixpkgs-752773e0a43fe10a7d3d3aa6d3c3eafc68a26592.tar.xz
nixpkgs-752773e0a43fe10a7d3d3aa6d3c3eafc68a26592.tar.zst
nixpkgs-752773e0a43fe10a7d3d3aa6d3c3eafc68a26592.zip
gnome3.mutter: use full sysprof
Mutter needs acces to sysprofs dbus interfaces at build time, which the
libsysprof-capture package fail to provide.

Also fix libdir name.
-rw-r--r--pkgs/desktops/gnome-3/core/mutter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/gnome-3/core/mutter/default.nix b/pkgs/desktops/gnome-3/core/mutter/default.nix
index f57bb4812ce..d0acdd5133b 100644
--- a/pkgs/desktops/gnome-3/core/mutter/default.nix
+++ b/pkgs/desktops/gnome-3/core/mutter/default.nix
@@ -32,7 +32,7 @@
 , xorgserver
 , python3
 , wrapGAppsHook
-, libsysprof-capture
+, sysprof
 , desktop-file-utils
 , libcap_ng
 , egl-wayland
@@ -110,7 +110,7 @@ let self = stdenv.mkDerivation rec {
     libxkbfile
     pango
     pipewire
-    libsysprof-capture
+    sysprof
     xkeyboard_config
     xwayland
     wayland-protocols
@@ -128,7 +128,7 @@ let self = stdenv.mkDerivation rec {
   PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
 
   passthru = {
-    libdir = "${self}/lib/mutter-6";
+    libdir = "${self}/lib/mutter-7";
 
     tests = {
       libdirExists = runCommand "mutter-libdir-exists" {} ''