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.
wip/yesman
Tor Hedin Brønner 4 years ago
parent 5e1cf83383
commit 752773e0a4
  1. 6
      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" {} ''

Loading…
Cancel
Save