speechd: Fix build with Glib 2.68
This commit is contained in:
parent
58fce4e270
commit
25c1e07188
@ -2,6 +2,7 @@
|
||||
, substituteAll
|
||||
, pkg-config
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, python3Packages
|
||||
, gettext
|
||||
, itstool
|
||||
@ -51,6 +52,13 @@ in stdenv.mkDerivation rec {
|
||||
src = ./fix-paths.patch;
|
||||
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user