diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-25 23:29:13 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-26 00:20:58 +0100 |
commit | a8300ef9fd022e1e94fbeb626cbc9b2a43afd03b (patch) | |
tree | cf79843c2b6567e1edea63197bd2e66ca9f2a35b /gnu-system.am | |
parent | 07cec9a5b96c09d8f8a1bb49f3677695307f39f5 (diff) | |
download | guix-a8300ef9fd022e1e94fbeb626cbc9b2a43afd03b.tar guix-a8300ef9fd022e1e94fbeb626cbc9b2a43afd03b.tar.gz |
gnu: xmodmap: Add patch to allow builds with GCC 4.8.
* gnu/packages/patches/xmodmap-asprintf.patch: New file.
* gnu/packages/xorg.scm (xmodmap): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 3b131dd56b..fcaaced228 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -275,6 +275,7 @@ dist_patch_DATA = \ gnu/packages/patches/valgrind-glibc.patch \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/w3m-fix-compile.patch \ + gnu/packages/patches/xmodmap-asprintf.patch \ gnu/packages/patches/xpdf-constchar.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap |