mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 09:31:01 +00:00
gnome3.gnome-documents: 3.28.1 → 3.28.2
This commit is contained in:
parent
f3f6854033
commit
5e3c1c2e32
|
@ -2,17 +2,17 @@
|
||||||
, pkgconfig, gtk3, glib, tracker, tracker-miners
|
, pkgconfig, gtk3, glib, tracker, tracker-miners
|
||||||
, itstool, libxslt, webkitgtk, libgdata
|
, itstool, libxslt, webkitgtk, libgdata
|
||||||
, gnome-desktop, libzapojit, libgepub
|
, gnome-desktop, libzapojit, libgepub
|
||||||
, gnome3, gdk_pixbuf, libsoup, docbook_xsl
|
, gnome3, gdk_pixbuf, libsoup, docbook_xsl, docbook_xml_dtd_42
|
||||||
, gobjectIntrospection, inkscape, poppler_utils
|
, gobjectIntrospection, inkscape, poppler_utils
|
||||||
, desktop-file-utils, wrapGAppsHook }:
|
, desktop-file-utils, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-documents-${version}";
|
name = "gnome-documents-${version}";
|
||||||
version = "3.28.1";
|
version = "3.28.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-documents/${gnome3.versionBranch version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/gnome-documents/${gnome3.versionBranch version}/${name}.tar.xz";
|
||||||
sha256 = "1i0s246bg9xcjxgbajph744pn65bq5gk6r9kkl3f5iwdq3rjc0pm";
|
sha256 = "0aannnq39gjg6jnjm4kr8fqigg5npjvd8dyxw7k4hy4ny0ffxwjq";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
mesonFlags = [ "-Dgetting-started=true" ];
|
mesonFlags = [ "-Dgetting-started=true" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig gettext itstool libxslt desktop-file-utils docbook_xsl wrapGAppsHook
|
meson ninja pkgconfig gettext itstool libxslt desktop-file-utils docbook_xsl docbook_xml_dtd_42 wrapGAppsHook
|
||||||
inkscape poppler_utils # building getting started
|
inkscape poppler_utils # building getting started
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue