modules/autopatch: overrideScope' -> overrideScope
This commit is contained in:
parent
c3dac0afdf
commit
2ff4e114aa
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
commandLineArgs = "--enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter --auth-server-whitelist=*privatevoid.net";
|
commandLineArgs = "--enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter --auth-server-whitelist=*privatevoid.net";
|
||||||
};
|
};
|
||||||
|
|
||||||
gnome = super.gnome.overrideScope' (self': super': {
|
gnome = super.gnome.overrideScope (self': super': {
|
||||||
inherit (patched) nautilus;
|
inherit (patched) 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; };
|
||||||
gnome-shell = super'.gnome-shell.overrideAttrs (old: {
|
gnome-shell = super'.gnome-shell.overrideAttrs (old: {
|
||||||
|
|
Loading…
Reference in a new issue