metacity, gnome-notes: Fixups for #333917 (#337452)

This commit is contained in:
Bobby Rong
2024-08-26 19:59:38 +08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ let
flashbackEnabled = cfg.flashback.enableMetacity || lib.length cfg.flashback.customSessions > 0;
flashbackWms = lib.optional cfg.flashback.enableMetacity {
wmName = "pkgs.metacity";
wmName = "metacity";
wmLabel = "Metacity";
wmCommand = "${pkgs.metacity}/bin/metacity";
enableGnomePanel = true;

View File

@@ -82,7 +82,10 @@ stdenv.mkDerivation rec {
mesonFlags = [ "-Dupdate_mimedb=false" ];
passthru = {
updateScript = gnome.updateScript { packageName = "bijiben"; };
updateScript = gnome.updateScript {
packageName = "bijiben";
attrPath = "gnome-notes";
};
};
meta = with lib; {