gnome3.mutter334: Use full sysprof
Commit 56b944156340a6e1967143887165f2119ebd17bb (#101528) incorrectly switched mutter and mutter334 from full sysprof to libsysprof-capture, causing channel-blocking build failures: https://hydra.nixos.org/build/129977355 (mutter) https://hydra.nixos.org/build/130019098 (mutter334) Commit 752773e0a43fe10a7d3d3aa6d3c3eafc68a26592 (#103142) reverted only the mutter part. This reverts the mutter334 part. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
ed697cde58
commit
49bd6654cf
@ -35,7 +35,7 @@
|
|||||||
, xorgserver
|
, xorgserver
|
||||||
, python3
|
, python3
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, libsysprof-capture
|
, sysprof
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, libcap_ng
|
, libcap_ng
|
||||||
, egl-wayland
|
, egl-wayland
|
||||||
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
|||||||
libxkbfile
|
libxkbfile
|
||||||
pango
|
pango
|
||||||
pipewire_0_2 # TODO: backport pipewire 0.3 support
|
pipewire_0_2 # TODO: backport pipewire 0.3 support
|
||||||
libsysprof-capture
|
sysprof
|
||||||
upower
|
upower
|
||||||
xkeyboard_config
|
xkeyboard_config
|
||||||
xwayland
|
xwayland
|
||||||
|
Loading…
x
Reference in New Issue
Block a user