mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
gnome.gnome-maps: Format with nixfmt
This commit is contained in:
parent
2d62b2f940
commit
10192d932c
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user