diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-22 12:42:52 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-22 13:31:48 +0100 |
commit | ba5e23d605dbbae7541d8d9a680e8fde3ad1d745 (patch) | |
tree | bdbb0d812e88e836559b97f33791de18b7f1f3dc /gnu/local.mk | |
parent | c05be50a6f95ac57924c9d7b6330f63c7d4346b0 (diff) | |
download | guix-ba5e23d605dbbae7541d8d9a680e8fde3ad1d745.tar guix-ba5e23d605dbbae7541d8d9a680e8fde3ad1d745.tar.gz |
gnu: xcb-proto: Update to 1.12.
* gnu/packages/patches/xcb-proto-python3-print.patch,
gnu/packages/patches/xcb-proto-python3-whitespace.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.12.
[source]: Use patches. Download from new home.
[home-page]: Change to new xcb.fd.o home.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1e919c8483..dec231a08e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -968,6 +968,8 @@ dist_patch_DATA = \ %D%/packages/patches/wordnet-CVE-2008-2149.patch \ %D%/packages/patches/wordnet-CVE-2008-3908-pt1.patch \ %D%/packages/patches/wordnet-CVE-2008-3908-pt2.patch \ + %D%/packages/patches/xcb-proto-python3-print.patch \ + %D%/packages/patches/xcb-proto-python3-whitespace.patch \ %D%/packages/patches/xdotool-fix-makefile.patch \ %D%/packages/patches/xf86-input-wacom-xorg-abi-25.patch \ %D%/packages/patches/xf86-video-ark-remove-mibstore.patch \ |