budgie.magpie: Fix build with sysprof 45

Same as what we do in mutter 43.
This commit is contained in:
Bobby Rong 2023-08-16 13:43:34 +08:00 committed by Jan Tojnar
parent d7363b001a
commit 917b90ecec

View File

@ -126,6 +126,10 @@ stdenv.mkDerivation (finalAttrs: {
patchShebangs src/backends/native/gen-default-modes.py
# Magpie does not install any .desktop files
substituteInPlace scripts/mesonPostInstall.sh --replace "update-desktop-database" "# update-desktop-database"
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3187
substituteInPlace meson.build \
--replace "dependency('sysprof-4')" "dependency('sysprof-6')"
'';
postFixup = ''