From 87f5d36630db13fee1f2c0563505dc0938f3787e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 13 Nov 2012 00:22:44 +0100 Subject: Remove (guix http) and (guix ftp). * guix/ftp.scm, guix/http.scm, guix/build/ftp.scm, guix/build/http.scm: Remove. * Makefile.am (MODULES): Likewise. * tests/builders.scm, distro/packages/base.scm, distro/packages/bash.scm, distro/packages/bdw-gc.scm, distro/packages/compression.scm, distro/packages/gawk.scm, distro/packages/gnupg.scm, distro/packages/gperf.scm, distro/packages/guile.scm, distro/packages/libffi.scm, distro/packages/libsigsegv.scm, distro/packages/libtool.scm, distro/packages/libunistring.scm, distro/packages/lout.scm, distro/packages/m4.scm, distro/packages/multiprecision.scm, distro/packages/ncurses.scm, distro/packages/perl.scm, distro/packages/pkg-config.scm, distro/packages/pth.scm, distro/packages/readline.scm, distro/packages/recutils.scm: Use `url-fetch' instead of `http-fetch' and `ftp-fetch'. * distro/packages/bootstrap.scm: Likewise (bootstrap-origin): Remove references to `http-fetch' and `ftp-fetch'. * guix.scm (%public-modules): Remove `http' and `ftp'; add `download'. --- distro/packages/pth.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distro/packages/pth.scm') diff --git a/distro/packages/pth.scm b/distro/packages/pth.scm index 94e0dbbaee..bb65c41598 100644 --- a/distro/packages/pth.scm +++ b/distro/packages/pth.scm @@ -18,7 +18,7 @@ (define-module (distro packages pth) #:use-module (guix packages) - #:use-module (guix ftp) + #:use-module (guix download) #:use-module (guix build-system gnu)) (define-public pth @@ -27,7 +27,7 @@ (version "2.0.7") (source (origin - (method ftp-fetch) + (method url-fetch) (uri (string-append "ftp://ftp.gnu.org/gnu/pth/pth-" version ".tar.gz")) (sha256 -- cgit v1.2.3