diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-26 00:32:48 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-26 00:34:44 -0500 |
commit | 9cb3036f0dd82d6b031b65c6656efd40a0c7d612 (patch) | |
tree | 995a1cae0d985640fef6679a92489e9bd20be0c0 /gnu-system.am | |
parent | cc8b02f4a51f38e2d4a7d430ebb5dafd533e89b7 (diff) | |
download | guix-9cb3036f0dd82d6b031b65c6656efd40a0c7d612.tar guix-9cb3036f0dd82d6b031b65c6656efd40a0c7d612.tar.gz |
gnu: sdl: Fix incompatibility with libx11-1.6.
* gnu/packages/patches/sdl-libx11-1.6.patch: New file
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/sdl.scm (sdl): Add patch.
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 2af87af18d..2bc688b435 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -442,6 +442,7 @@ dist_patch_DATA = \ gnu/packages/patches/ripperx-libm.patch \ gnu/packages/patches/scheme48-tests.patch \ gnu/packages/patches/scotch-test-threading.patch \ + gnu/packages/patches/sdl-libx11-1.6.patch \ gnu/packages/patches/slim-session.patch \ gnu/packages/patches/slim-config.patch \ gnu/packages/patches/slim-sigusr1.patch \ |