budgie.magpie: Fix build with sysprof 45
Same as what we do in mutter 43.
This commit is contained in:
parent
d7363b001a
commit
917b90ecec
1 changed files with 4 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue