diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-10 11:18:23 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-10 11:18:35 +0200 |
commit | efd63d0215cddf293fe5d53cfc59727bedca4129 (patch) | |
tree | cc342d88991a96fd7a2388706f742b60a10edd17 /gnu/packages/debug.scm | |
parent | 49e29df52c588ad464dfd641a7ba724849205061 (diff) | |
download | guix-efd63d0215cddf293fe5d53cfc59727bedca4129.tar guix-efd63d0215cddf293fe5d53cfc59727bedca4129.tar.gz |
gnu: delta: Use 'mirror-url'.
* gnu/packages/debug.scm (delta)[source]: Use 'mirror-url' over direct
Debian download.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r-- | gnu/packages/debug.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 3372fc89e1..e4f79d8250 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -52,7 +52,7 @@ (origin (method url-fetch) (uri (list - (string-append "http://ftp.de.debian.org/debian/pool/main/d/delta/" + (string-append "mirror://debian/pool/main/d/delta/" "delta_" version ".orig.tar.gz") ;; This uri seems to send guix download into an infinite loop (string-append "http://delta.tigris.org/files/documents/3103/" |