diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 15:52:36 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 23:28:15 -0500 |
commit | 3ee26f989cb626d26a125314ed0f94bbd6ce330a (patch) | |
tree | db85c7ee4aff0bde95e512a5b56f357389cccc0f /gnu-system.am | |
parent | 232af79efb065951a224b9d7751d08d6c8f4fe37 (diff) | |
download | guix-3ee26f989cb626d26a125314ed0f94bbd6ce330a.tar guix-3ee26f989cb626d26a125314ed0f94bbd6ce330a.tar.gz |
gnu: xf86-video-ast: Add patch needed for upcoming xorg-server update.
* gnu/packages/patches/xf86-video-ast-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-ast): Add patch.
Use modular xorg source URI.
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 cf8c7dc56c..88fa47945b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -459,6 +459,7 @@ dist_patch_DATA = \ gnu/packages/patches/w3m-fix-compile.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ gnu/packages/patches/xf86-video-ark-remove-mibstore.patch \ + gnu/packages/patches/xf86-video-ast-remove-mibstore.patch \ gnu/packages/patches/xf86-video-geode-glibc-2.20.patch \ gnu/packages/patches/xf86-video-openchrome-includes.patch \ gnu/packages/patches/xfce4-panel-plugins.patch \ |