Commit 3ed98103 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gnome.gnome-notes: Format with nixfmt

parent 80ebfdbd
Loading
Loading
Loading
Loading
+28 −29
Original line number Diff line number Diff line
{ stdenv
, lib
, meson
, ninja
, gettext
, fetchurl
, fetchpatch
, pkg-config
, wrapGAppsHook3
, itstool
, desktop-file-utils
, python3
, glib
, gtk3
, evolution-data-server
, gnome-online-accounts
, json-glib
, libuuid
, curl
, libhandy
, webkitgtk
, gnome
, adwaita-icon-theme
, libxml2
, gsettings-desktop-schemas
, tracker
{
  stdenv,
  lib,
  meson,
  ninja,
  gettext,
  fetchurl,
  fetchpatch,
  pkg-config,
  wrapGAppsHook3,
  itstool,
  desktop-file-utils,
  python3,
  glib,
  gtk3,
  evolution-data-server,
  gnome-online-accounts,
  json-glib,
  libuuid,
  curl,
  libhandy,
  webkitgtk,
  gnome,
  adwaita-icon-theme,
  libxml2,
  gsettings-desktop-schemas,
  tracker,
}:

stdenv.mkDerivation rec {
@@ -78,9 +79,7 @@ stdenv.mkDerivation rec {
    adwaita-icon-theme
  ];

  mesonFlags = [
    "-Dupdate_mimedb=false"
  ];
  mesonFlags = [ "-Dupdate_mimedb=false" ];

  passthru = {
    updateScript = gnome.updateScript {