Unverified Commit 7f91529a authored by Bobby Rong's avatar Bobby Rong
Browse files

gnome-notes: Fix updateScript

error: Cannot find attribute ‘bijiben’.

Fixes c809e050.
parent 32eeaa50
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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; {