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 https://gitlab.gnome.org/GNOME/glib/-/commit/5efb84f24a83ba10f6e1ae0385fa0fbc68103ad1
gio-unix-2.0.pc is no longer needed for gio/gunixfdlist.h.

+2 -4
+2 -4
pkgs/desktops/gnome/core/evince/default.nix
··· 42 43 stdenv.mkDerivation rec { 44 pname = "evince"; 45 - version = "46.0"; 46 47 outputs = [ "out" "dev" "devdoc" ]; 48 49 src = fetchurl { 50 url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz"; 51 - hash = "sha256-r/avaTksBJVr+tl23sXRWDtB1aM06TeZX3w8oHQN4iE="; 52 }; 53 54 depsBuildBuild = [ ··· 109 ] ++ lib.optionals (!supportMultimedia) [ 110 "-Dmultimedia=disabled" 111 ]; 112 - 113 - env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0"; 114 115 preFixup = '' 116 gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared-mime-info}/share")
··· 42 43 stdenv.mkDerivation rec { 44 pname = "evince"; 45 + version = "46.1"; 46 47 outputs = [ "out" "dev" "devdoc" ]; 48 49 src = fetchurl { 50 url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz"; 51 + hash = "sha256-lLtSU2WwYKKML2AX0iy/KvURVQclSqQum/wAC7wYq2I="; 52 }; 53 54 depsBuildBuild = [ ··· 109 ] ++ lib.optionals (!supportMultimedia) [ 110 "-Dmultimedia=disabled" 111 ]; 112 113 preFixup = '' 114 gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared-mime-info}/share")