diff options
author | Alex Kost <alezost@gmail.com> | 2015-04-01 22:15:15 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-04-03 15:21:12 +0300 |
commit | 946dc71f632e053083c98f845b04b1bcf1588c02 (patch) | |
tree | 5adb79d7f91e4e65fe8dbac6e64052b98f99f727 /gnu-system.am | |
parent | 0492f4a2b9bf81af9f565404d956285a2c76dd0c (diff) | |
download | guix-946dc71f632e053083c98f845b04b1bcf1588c02.tar guix-946dc71f632e053083c98f845b04b1bcf1588c02.tar.gz |
gnu: xorg: Add patch to fix sis driver crashes.
* gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch: New file.
* gnu/packages/xorg.scm (xf86-video-sis): 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 e9ee5ada3d..ebcf60f064 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -562,6 +562,7 @@ dist_patch_DATA = \ gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch \ gnu/packages/patches/xf86-video-r128-glibc-2.20.patch \ gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch \ + gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch \ gnu/packages/patches/xf86-video-sis-update-api.patch \ gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch \ gnu/packages/patches/xf86-video-tga-remove-mibstore.patch \ |