gnome3.gnome-notes: format
This commit is contained in:
parent
f3b309224d
commit
2fc72b7624
|
@ -1,12 +1,30 @@
|
||||||
{ stdenv, meson, ninja, gettext, fetchurl, pkgconfig
|
{ stdenv
|
||||||
, wrapGAppsHook, itstool, desktop-file-utils, python3
|
, meson
|
||||||
, glib, gtk3, evolution-data-server, gnome-online-accounts
|
, ninja
|
||||||
, libuuid, webkitgtk, zeitgeist
|
, gettext
|
||||||
, gnome3, libxml2, gsettings-desktop-schemas, tracker }:
|
, 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
|
let
|
||||||
version = "3.36.0";
|
version = "3.36.0";
|
||||||
in stdenv.mkDerivation {
|
in
|
||||||
|
stdenv.mkDerivation {
|
||||||
pname = "gnome-notes";
|
pname = "gnome-notes";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
|
@ -23,12 +41,25 @@ in stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig gettext itstool libxml2 desktop-file-utils python3 wrapGAppsHook
|
meson
|
||||||
|
ninja
|
||||||
|
pkgconfig
|
||||||
|
gettext
|
||||||
|
itstool
|
||||||
|
libxml2
|
||||||
|
desktop-file-utils
|
||||||
|
python3
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gtk3 libuuid webkitgtk tracker
|
glib
|
||||||
gnome-online-accounts zeitgeist
|
gtk3
|
||||||
|
libuuid
|
||||||
|
webkitgtk
|
||||||
|
tracker
|
||||||
|
gnome-online-accounts
|
||||||
|
zeitgeist
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
evolution-data-server
|
evolution-data-server
|
||||||
gnome3.adwaita-icon-theme
|
gnome3.adwaita-icon-theme
|
||||||
|
|
Loading…
Reference in New Issue