From c5c843e27d4d024e88df346cafc8e0ceaa79b35a Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 4 May 2024 01:26:36 +0000 Subject: [PATCH] =?UTF-8?q?evince:=2046.0=20=E2=86=92=2046.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pkgs/desktops/gnome/core/evince/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/gnome/core/evince/default.nix b/pkgs/desktops/gnome/core/evince/default.nix index 41db4063e9f6..daf912e2a7c1 100644 --- a/pkgs/desktops/gnome/core/evince/default.nix +++ b/pkgs/desktops/gnome/core/evince/default.nix @@ -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") '';