zeitgeist: fix build with gettext 0.20

This commit is contained in:
Jan Tojnar 2019-11-20 12:22:19 +01:00
parent 30d8f65330
commit 1243424d56
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,5 +1,6 @@
{ stdenv
, fetchFromGitLab
, fetchpatch
, pkgconfig
, glib
, sqlite
@ -33,6 +34,14 @@ stdenv.mkDerivation rec {
sha256 = "0ig3d3j1n0ghaxsgfww6g2hhcdwx8cljwwfmp9jk1nrvkxd6rnmv";
};
patches = [
# Fix build with gettext 0.20
(fetchpatch {
url = "https://gitlab.freedesktop.org/zeitgeist/zeitgeist/commit/b5c00e80189fd59a059a95c4e276728a2492cb89.patch";
sha256 = "1r7f7j3l2p6xlzxajihgx8bzbc2sxcb9spc9pi26rz9bwmngdyq7";
})
];
nativeBuildInputs = [
autoconf
automake