diff options
author | Eric Bavier <bavier@posteo.net> | 2021-12-27 22:53:46 -0600 |
---|---|---|
committer | Eric Bavier <bavier@posteo.net> | 2021-12-27 22:53:46 -0600 |
commit | 2c451db39aabc69bdbf186f412ee6e0b4e180ccb (patch) | |
tree | 26fdf665cde172e10ef0e71bddd39303ee1ac5bd /gnu/local.mk | |
parent | d435402e84aeb9f6229e2af19fe2be228de8dd04 (diff) | |
download | guix-2c451db39aabc69bdbf186f412ee6e0b4e180ccb.tar.gz |
gnu: cool-retro-term: Fix build with gcc@10.
* gnu/packages/patches/cool-retro-term-wctype.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/terminals.scm (cool-retro-term)[source]: Add 'cool-retro-term-wctype.patch'.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4b94f7f8e5..fc8927df9f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -962,6 +962,7 @@ dist_patch_DATA = \ %D%/packages/patches/collectd-5.11.0-noinstallvar.patch \ %D%/packages/patches/combinatorial-blas-awpm.patch \ %D%/packages/patches/combinatorial-blas-io-fix.patch \ + %D%/packages/patches/cool-retro-term-wctype.patch \ %D%/packages/patches/coreutils-gnulib-tests.patch \ %D%/packages/patches/coq-fix-envvars.patch \ %D%/packages/patches/coreutils-ls.patch \ |