mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
evince: 43.1 → 44.rc
https://gitlab.gnome.org/GNOME/evince/-/compare/43.1...44.rc Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
f441c242d2
commit
29fcc59483
@ -7,6 +7,7 @@
|
|||||||
, gettext
|
, gettext
|
||||||
, libxml2
|
, libxml2
|
||||||
, appstream
|
, appstream
|
||||||
|
, desktop-file-utils
|
||||||
, glib
|
, glib
|
||||||
, gtk3
|
, gtk3
|
||||||
, pango
|
, pango
|
||||||
@ -42,17 +43,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "evince";
|
pname = "evince";
|
||||||
version = "43.1";
|
version = "44.rc";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "bXXKYrc7+7YA9xigmBA9xrgT+QULlZS+kp4ptFidIzU=";
|
sha256 = "Dd34w75hRMZfJW+sDoqnx3tPQZrKCMvgkenaCM3xbIQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream
|
appstream
|
||||||
|
desktop-file-utils
|
||||||
gettext
|
gettext
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gi-docgen
|
gi-docgen
|
||||||
|
Loading…
Reference in New Issue
Block a user