Skip to content

Commit

Permalink
gnome-notes: Fix updateScript
Browse files Browse the repository at this point in the history
error: Cannot find attribute ‘bijiben’.

Fixes c809e05.
  • Loading branch information
bobby285271 committed Aug 24, 2024
1 parent 8dc6db0 commit c12921e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/gn/gnome-notes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit c12921e

Please sign in to comment.