packages/gnome-control-center: build with custom mutter

This commit is contained in:
Max Headroom 2022-04-15 19:38:23 +02:00
parent 959f526c18
commit a506f427c8

View file

@ -9,7 +9,7 @@ super: rec {
lain-ipfs = patch-rename super.ipfs "lain-ipfs" "patches/base/ipfs";
gnome-control-center = patch' super.gnome.gnome-control-center;
gnome-control-center = (patch' super.gnome.gnome-control-center).override { inherit mutter; };
mutter = patch' super.gnome.mutter;