diff options
author | Andreas Enge <andreas@enge.fr> | 2013-03-15 20:52:48 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-03-15 20:52:48 +0100 |
commit | 5ee12e217c8ac59dc4515ef12416242d112d938c (patch) | |
tree | bc8913a357b9cdcdbd130df0ead5cda801a5c6ac | |
parent | e45a6082455d54dbf0eed939df83edcc718a80f5 (diff) | |
download | patches-5ee12e217c8ac59dc4515ef12416242d112d938c.tar patches-5ee12e217c8ac59dc4515ef12416242d112d938c.tar.gz |
gnu: xorg: Change download location for xcb related packages.
* gnu/packages/xorg.sm (libpthread-stubs, libxcb, xcb-proto): Replace broken
xorg mirrors by url of the xcb project.
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 6f0d7b5b43..0706a943be 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1426,7 +1426,7 @@ and Matrox.") (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/libpthread-stubs-" + "http://xcb.freedesktop.org/dist/libpthread-stubs-" version ".tar.bz2")) (sha256 @@ -2285,7 +2285,7 @@ and Matrox.") (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/xcb-proto-" + "http://xcb.freedesktop.org/dist/xcb-proto-" version ".tar.bz2")) (sha256 @@ -4641,7 +4641,7 @@ emulation to complete hardware acceleration for modern GPUs.") (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/libxcb-" + "http://xcb.freedesktop.org/dist/libxcb-" version ".tar.bz2")) (sha256 |