diff options
author | Felix Gruber <felgru@posteo.net> | 2021-09-06 17:42:44 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-09-07 14:12:36 -0400 |
commit | d5a1206beb06678a2cb3ffcc25b687bb9fbfec74 (patch) | |
tree | 23acb90a04147df63d5eeb06fc53b90f973b27c8 /gnu/packages/ibus.scm | |
parent | 445eec918332c1b8d4a6ba4baf1322e13076029b (diff) | |
download | guix-d5a1206beb06678a2cb3ffcc25b687bb9fbfec74.tar guix-d5a1206beb06678a2cb3ffcc25b687bb9fbfec74.tar.gz |
gnu: librime: Fix build with GCC 10.
* gnu/packages/ibus.scm (librime)[source]: Add a patch that adds missing
includes.
* gnu/packages/patches/librime-fix-build-with-gcc10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/ibus.scm')
-rw-r--r-- | gnu/packages/ibus.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 4cec104bab..297d490d3f 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2018, 2019, 2020, 2021 Peng Mei Yu <pengmeiyu@riseup.net> ;;; Copyright © 2020 kanichos <kanichos@yandex.ru> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> +;;; Copyright © 2021 Felix Gruber <felgru@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -367,6 +368,7 @@ Japanese language input in most graphical applications.") (sha256 (base32 "0pqk0i3zcii3fx5laj9qzbgd58jvq6wn31j76w4zix2i4b1lqcqv")) + (patches (search-patches "librime-fix-build-with-gcc10.patch")) (modules '((guix build utils))) (snippet '(begin |