gnome3.gnome-notes: format

This commit is contained in:
Tor Hedin Brønner 2020-03-19 01:47:20 +01:00 committed by Jan Tojnar
parent f3b309224d
commit 2fc72b7624
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -1,12 +1,30 @@
{ stdenv, meson, ninja, gettext, fetchurl, pkgconfig
, wrapGAppsHook, itstool, desktop-file-utils, python3
, glib, gtk3, evolution-data-server, gnome-online-accounts
, libuuid, webkitgtk, zeitgeist
, gnome3, libxml2, gsettings-desktop-schemas, tracker }:
{ stdenv
, meson
, ninja
, gettext
, fetchurl
, pkgconfig
, wrapGAppsHook
, itstool
, desktop-file-utils
, python3
, glib
, gtk3
, evolution-data-server
, gnome-online-accounts
, libuuid
, webkitgtk
, zeitgeist
, gnome3
, libxml2
, gsettings-desktop-schemas
, tracker
}:
let
version = "3.36.0";
in stdenv.mkDerivation {
in
stdenv.mkDerivation {
pname = "gnome-notes";
inherit version;
@ -23,12 +41,25 @@ in stdenv.mkDerivation {
'';
nativeBuildInputs = [
meson ninja pkgconfig gettext itstool libxml2 desktop-file-utils python3 wrapGAppsHook
meson
ninja
pkgconfig
gettext
itstool
libxml2
desktop-file-utils
python3
wrapGAppsHook
];
buildInputs = [
glib gtk3 libuuid webkitgtk tracker
gnome-online-accounts zeitgeist
glib
gtk3
libuuid
webkitgtk
tracker
gnome-online-accounts
zeitgeist
gsettings-desktop-schemas
evolution-data-server
gnome3.adwaita-icon-theme