diff options
| author | Ludovic Courtès | 2013-03-05 10:16:17 +0100 |
|---|---|---|
| committer | Ludovic Courtès | 2013-03-05 19:09:53 +0100 |
| commit | 71eb5c1067dcd1d32f881b01cecf36a4121aef9d (patch) | |
| tree | aa8a86abe65231e40e3b045dc7abe7253bbfd9c2 /guix | |
| parent | 938081b9cecba95803a6581b2ff4e9fc0d781ab6 (diff) | |
gnu: Add intltool.
* guix/download.scm (%mirrors): Add `gnome' mirrors.
* gnu/packages/glib.scm (intltool): New variable.
Diffstat (limited to 'guix')
| -rw-r--r-- | guix/download.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guix/download.scm b/guix/download.scm index b6bf6a082..8dcfc7cb9 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -67,6 +67,11 @@ "ftp://trumpetti.atm.tut.fi/gcrypt/" "ftp://mirror.cict.fr/gnupg/" "ftp://ftp.strasbourg.linuxfr.org/pub/gnupg/") + (gnome + "http://ftp.belnet.be/ftp.gnome.org/" + "http://ftp.linux.org.uk/mirrors/ftp.gnome.org/" + "http://ftp.gnome.org/pub/GNOME/" + "http://mirror.yandex.ru/mirrors/ftp.gnome.org/") (savannah "http://download.savannah.gnu.org/releases/" "ftp://ftp.twaren.net/Unix/NonGNU/" |