summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-08-18 15:49:24 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-08-18 15:50:25 +0300
commitc5a856d5516673c7a40c916aeb7572c4eadbede6 (patch)
tree3e80d32d55cf2ec95ee2fa5f9ab49fbb2e6f6920 /gnu/packages/xorg.scm
parentd983a1cb8ec43669c4188376a4d1f872e77d5555 (diff)
downloadguix-patches-c5a856d5516673c7a40c916aeb7572c4eadbede6.tar
guix-patches-c5a856d5516673c7a40c916aeb7572c4eadbede6.tar.gz
gnu: xf86-video-siliconmotion: Fix building on aarch64.
* gnu/packages/xorg.scm (xf86-video-siliconmotion)[source]: Add patch. * gnu/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b50807702b..b6652b4e43 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3198,7 +3198,8 @@ This driver is intended for ATI Rage 128 based cards.")
".tar.bz2"))
(sha256
(base32
- "1g2r6gxqrmjdff95d42msxdw6vmkg2zn5sqv0rxd420iwy8wdwyh"))))
+ "1g2r6gxqrmjdff95d42msxdw6vmkg2zn5sqv0rxd420iwy8wdwyh"))
+ (patches (search-patches "xf86-video-siliconmotion-fix-ftbfs.patch"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))