mirror of
https://github.com/chuangzhu/nixpkgs-gnome-mobile.git
synced 2024-12-28 16:06:02 +01:00
fix(overlay): remove gnome
scope
This commit is contained in:
parent
060b4db356
commit
aaae71ce20
1 changed files with 27 additions and 29 deletions
|
@ -11,8 +11,7 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
gnome = super.gnome.overrideScope (gself: gsuper: {
|
||||
gnome-shell = gsuper.gnome-shell.overrideAttrs (old: rec {
|
||||
gnome-shell = super.gnome-shell.overrideAttrs (old: rec {
|
||||
version = "46-mobile-0"; # 361fc605e595b36df68d8b691f22bccddcf84cc9
|
||||
src = super.fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
|
@ -31,7 +30,7 @@ in
|
|||
'';
|
||||
});
|
||||
|
||||
mutter = gsuper.mutter.overrideAttrs (old: rec {
|
||||
mutter = super.mutter.overrideAttrs (old: rec {
|
||||
version = "46-mobile-0"; # 805bce1ffa98a4aad180988c7aa7c34115da1d5d
|
||||
src = super.fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
|
@ -41,6 +40,5 @@ in
|
|||
hash = "sha256-l2iKUvzW0FPPccQkhd2bDdd+BD4ZHi21MOHLhZCJwbY=";
|
||||
};
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue