packages/mutter: the dynamic triple buffering patch that never was
This commit is contained in:
parent
30005fd96c
commit
b6c0e1029d
3 changed files with 3763 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
gnome = super.gnome.overrideScope' (self': super': {
|
gnome = super.gnome.overrideScope' (self': super': {
|
||||||
inherit (patched) nautilus;
|
inherit (patched) mutter nautilus;
|
||||||
gnome-control-center = patched.gnome-control-center.override { inherit (self') gnome-user-share; };
|
gnome-control-center = patched.gnome-control-center.override { inherit (self') gnome-user-share; };
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,8 @@ super: rec {
|
||||||
|
|
||||||
gnome-control-center = patch' super.gnome.gnome-control-center;
|
gnome-control-center = patch' super.gnome.gnome-control-center;
|
||||||
|
|
||||||
|
mutter = patch' super.gnome.mutter;
|
||||||
|
|
||||||
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
|
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
|
||||||
preFixup = with super;
|
preFixup = with super;
|
||||||
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));
|
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));
|
||||||
|
|
3760
patches/base/mutter/Support-Dynamic-triple-double-buffering.patch
Normal file
3760
patches/base/mutter/Support-Dynamic-triple-double-buffering.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue