mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 18:42:15 +00:00
gnome3.mutter334: Use full sysprof
Commit56b9441563
(#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) Commit752773e0a4
(#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
|
||||
, python3
|
||||
, wrapGAppsHook
|
||||
, libsysprof-capture
|
||||
, sysprof
|
||||
, desktop-file-utils
|
||||
, libcap_ng
|
||||
, egl-wayland
|
||||
|
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
|||
libxkbfile
|
||||
pango
|
||||
pipewire_0_2 # TODO: backport pipewire 0.3 support
|
||||
libsysprof-capture
|
||||
sysprof
|
||||
upower
|
||||
xkeyboard_config
|
||||
xwayland
|
||||
|
|
Loading…
Reference in a new issue