From 735e84c7bd10af6859d4a164a68595d8e67b826d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 25 Feb 2016 22:23:53 +0100 Subject: gnu: libx264: Change source URL to HTTP. * gnu/packages/video.scm (libx264): Download via HTTP. The videolan ftp server does not work with IPv6. --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 31d9311d5b..865d0e3fba 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -190,7 +190,7 @@ television and DVD. It is also known as AC-3.") (version "20160220-2245") (source (origin (method url-fetch) - (uri (string-append "ftp://ftp.videolan.org/pub/x264/snapshots/" + (uri (string-append "http://download.videolan.org/pub/x264/snapshots/" "x264-snapshot-" version ".tar.bz2")) (sha256 (base32 -- cgit v1.2.3