gnome.gnome-notes: Format with nixfmt

This commit is contained in:
Jan Tojnar 2024-08-11 18:33:44 +02:00
parent 80ebfdbdd3
commit 3ed981036c

View File

@ -1,29 +1,30 @@
{ 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 {