gnome-notes: Fix updateScript

error: Cannot find attribute ‘bijiben’.

Fixes c809e050bb.
This commit is contained in:
Bobby Rong 2024-08-24 20:59:29 +08:00
parent 32eeaa5013
commit 7f91529a17
No known key found for this signature in database

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; {