mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
gnome.gnome-notes: Format with nixfmt
This commit is contained in:
parent
80ebfdbdd3
commit
3ed981036c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user