gnome-notes: Fix updateScript
error: Cannot find attribute ‘bijiben’.
Fixes c809e050bb.
This commit is contained in:
@@ -82,7 +82,10 @@ stdenv.mkDerivation rec {
|
|||||||
mesonFlags = [ "-Dupdate_mimedb=false" ];
|
mesonFlags = [ "-Dupdate_mimedb=false" ];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome.updateScript { packageName = "bijiben"; };
|
updateScript = gnome.updateScript {
|
||||||
|
packageName = "bijiben";
|
||||||
|
attrPath = "gnome-notes";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user