Commit 10192d93 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gnome.gnome-maps: Format with nixfmt

parent 2d62b2f9
Loading
Loading
Loading
Loading
+28 −27
Original line number Diff line number Diff line
{ 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: {