gnu: libx264: Change source URL to HTTP.

* gnu/packages/video.scm (libx264): Download via HTTP.  The videolan ftp
  server does not work with IPv6.
This commit is contained in:
Andy Wingo 2016-02-25 22:23:53 +01:00
parent b4787e71ac
commit 735e84c7bd

View file

@ -190,7 +190,7 @@ (define-public libx264
(version "20160220-2245") (version "20160220-2245")
(source (origin (source (origin
(method url-fetch) (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")) "x264-snapshot-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32