Skip to content
Snippets Groups Projects
Commit d0821398 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: dmd: Download from alpha.gnu.org.

* gnu/packages/system.scm (dmd): Use the alpha.gnu.org URL.
parent b2f0005a
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,8 @@ (define-public dmd ...@@ -35,11 +35,8 @@ (define-public dmd
(version "-0.4") (version "-0.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://alpha.gnu.org/gnu/dmd/dmd-"
;; XXX: Temporary location until dmd gets back home. version ".tar.gz"))
(uri (string-append
"http://www.fdn.fr/~lcourtes/software/guix/dmd-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"094ja3xvk9ljghhxmy39if67cfjd1hy6m4svnp399n0wpxvaryvy")))) "094ja3xvk9ljghhxmy39if67cfjd1hy6m4svnp399n0wpxvaryvy"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment