mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
evince: 44.3 → 45.alpha
https://gitlab.gnome.org/GNOME/evince/-/compare/44.3...45.alpha Removes direct search for msgfmt - I assume we keep gettext for i18n.merge_filec349853990
Removes libxml2 dependency from PDF backend - instead this is unconditionally added as part of libdocument, no action needed for usdbd3329478
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
52f2d69df8
commit
46dafdc832
@ -28,7 +28,6 @@
|
||||
, gobject-introspection
|
||||
, yelp-tools
|
||||
, gspell
|
||||
, adwaita-icon-theme
|
||||
, gsettings-desktop-schemas
|
||||
, gnome-desktop
|
||||
, dbus
|
||||
@ -43,13 +42,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "evince";
|
||||
version = "44.3";
|
||||
version = "45.alpha";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "O4uhWBpHpun1f2tqoI8PtnVJxgEhqiTjEUDpOUe4NiI=";
|
||||
sha256 = "VRpJVZw7SZXt9Z9jB4j1baYOpQoTnZo/IvA+Gqpm1tk=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
@ -71,7 +70,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
adwaita-icon-theme
|
||||
atk
|
||||
dbus # only needed to find the service directory
|
||||
djvulibre
|
||||
|
Loading…
Reference in New Issue
Block a user