gnome-tour: fix at typo breaking metrics job
It's an evalution problem that (unfortunately?) doesn't break most things.
This commit is contained in:
parent
cc5306e1e4
commit
fbe3eb29dd
1 changed files with 1 additions and 1 deletions
|
@ -23857,7 +23857,7 @@ in
|
|||
mediaplayer = throw "gnomeExtensions.mediaplayer deprecated since 2019-09-23: retired upstream https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/blob/master/README.md";
|
||||
};
|
||||
|
||||
gnome-tour = callPackages ../desktops/gnome-3/core/gnome-tour { };
|
||||
gnome-tour = callPackage ../desktops/gnome-3/core/gnome-tour { };
|
||||
|
||||
hsetroot = callPackage ../tools/X11/hsetroot { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue