speechd: Fix build with Glib 2.68

This commit is contained in:
Jan Tojnar 2021-03-24 10:54:50 +01:00
parent 58fce4e270
commit 25c1e07188
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -2,6 +2,7 @@
, substituteAll , substituteAll
, pkg-config , pkg-config
, fetchurl , fetchurl
, fetchpatch
, python3Packages , python3Packages
, gettext , gettext
, itstool , itstool
@ -51,6 +52,13 @@ in stdenv.mkDerivation rec {
src = ./fix-paths.patch; src = ./fix-paths.patch;
utillinux = util-linux; utillinux = util-linux;
}) })
# Fix build with Glib 2.68
# https://github.com/brailcom/speechd/pull/462
(fetchpatch {
url = "https://github.com/brailcom/speechd/commit/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch";
sha256 = "8Q7tUdKKBBtgXZZnj59OcJOkrCNeBR9gkBjhKlpW0hQ=";
})
]; ];
nativeBuildInputs = [ nativeBuildInputs = [