gnome.gnome-maps: Format with nixfmt

This commit is contained in:
Jan Tojnar 2024-08-11 18:33:41 +02:00
parent 2d62b2f940
commit 10192d932c

View File

@ -1,30 +1,31 @@
{ stdenv
, lib
, fetchurl
, meson
, ninja
, gettext
, python3
, pkg-config
, gnome
, glib
, gtk4
, gobject-introspection
, gdk-pixbuf
, librest_1_0
, libgweather
, geoclue2
, wrapGAppsHook4
, desktop-file-utils
, libportal
, libshumate
, libsecret
, libsoup_3
, gsettings-desktop-schemas
, gjs
, libadwaita
, geocode-glib_2
, tzdata
{
stdenv,
lib,
fetchurl,
meson,
ninja,
gettext,
python3,
pkg-config,
gnome,
glib,
gtk4,
gobject-introspection,
gdk-pixbuf,
librest_1_0,
libgweather,
geoclue2,
wrapGAppsHook4,
desktop-file-utils,
libportal,
libshumate,
libsecret,
libsoup_3,
gsettings-desktop-schemas,
gjs,
libadwaita,
geocode-glib_2,
tzdata,
}:
stdenv.mkDerivation (finalAttrs: {