mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
711d5b0d05
commit
c5c843e27d
@ -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")
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user