evince: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/evince/-/compare/46.0...46.1

The gio-unix-2.0 thing is there for https://gitlab.gnome.org/GNOME/evince/-/issues/950, I
think with 5efb84f24a
gio-unix-2.0.pc is no longer needed for gio/gunixfdlist.h.
This commit is contained in:
Bobby Rong 2024-05-04 01:26:36 +00:00
parent 711d5b0d05
commit c5c843e27d
No known key found for this signature in database

View File

@ -42,13 +42,13 @@
stdenv.mkDerivation rec {
pname = "evince";
version = "46.0";
version = "46.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-r/avaTksBJVr+tl23sXRWDtB1aM06TeZX3w8oHQN4iE=";
hash = "sha256-lLtSU2WwYKKML2AX0iy/KvURVQclSqQum/wAC7wYq2I=";
};
depsBuildBuild = [
@ -110,8 +110,6 @@ stdenv.mkDerivation rec {
"-Dmultimedia=disabled"
];
env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
preFixup = ''
gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared-mime-info}/share")
'';