gnome3.gnome-books: format
This commit is contained in:
parent
f1f85419d2
commit
10e74f1702
@ -1,9 +1,30 @@
|
|||||||
{ stdenv, meson, ninja, gettext, fetchurl, evince, gjs
|
{ stdenv
|
||||||
, pkgconfig, gtk3, glib, tracker, tracker-miners, libxslt
|
, meson
|
||||||
, webkitgtk, gnome-desktop, libgepub, gnome3, gdk-pixbuf
|
, ninja
|
||||||
, gsettings-desktop-schemas, adwaita-icon-theme, docbook_xsl
|
, gettext
|
||||||
, docbook_xml_dtd_42, desktop-file-utils, python3
|
, fetchurl
|
||||||
, gobject-introspection, wrapGAppsHook }:
|
, evince
|
||||||
|
, gjs
|
||||||
|
, pkgconfig
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, tracker
|
||||||
|
, tracker-miners
|
||||||
|
, libxslt
|
||||||
|
, webkitgtk
|
||||||
|
, gnome-desktop
|
||||||
|
, libgepub
|
||||||
|
, gnome3
|
||||||
|
, gdk-pixbuf
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
, adwaita-icon-theme
|
||||||
|
, docbook_xsl
|
||||||
|
, docbook_xml_dtd_42
|
||||||
|
, desktop-file-utils
|
||||||
|
, python3
|
||||||
|
, gobject-introspection
|
||||||
|
, wrapGAppsHook
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-books";
|
pname = "gnome-books";
|
||||||
@ -15,15 +36,32 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig gettext libxslt desktop-file-utils
|
meson
|
||||||
docbook_xsl docbook_xml_dtd_42 wrapGAppsHook python3
|
ninja
|
||||||
|
pkgconfig
|
||||||
|
gettext
|
||||||
|
libxslt
|
||||||
|
desktop-file-utils
|
||||||
|
docbook_xsl
|
||||||
|
docbook_xml_dtd_42
|
||||||
|
wrapGAppsHook
|
||||||
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib gsettings-desktop-schemas
|
gtk3
|
||||||
gdk-pixbuf adwaita-icon-theme evince
|
glib
|
||||||
webkitgtk gjs gobject-introspection tracker
|
gsettings-desktop-schemas
|
||||||
tracker-miners gnome-desktop libgepub
|
gdk-pixbuf
|
||||||
|
adwaita-icon-theme
|
||||||
|
evince
|
||||||
|
webkitgtk
|
||||||
|
gjs
|
||||||
|
gobject-introspection
|
||||||
|
tracker
|
||||||
|
tracker-miners
|
||||||
|
gnome-desktop
|
||||||
|
libgepub
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user