mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
gnome-notes: Fix updateScript
error: Cannot find attribute ‘bijiben’.
Fixes c809e050bb
.
This commit is contained in:
parent
32eeaa5013
commit
7f91529a17
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user