gnome3.gnome-notes: format
This commit is contained in:
parent
f3b309224d
commit
2fc72b7624
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user