aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-10-02 20:57:31 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-10-03 11:16:14 -0400
commitefb974a6faedd5af4e450733602357219e7b8cd9 (patch)
tree42c6494fe81643cb13953d16a511d798b57be569
parent384b98028cb4be0e321320f10a1f3893e66598e0 (diff)
downloadguix-efb974a6faedd5af4e450733602357219e7b8cd9.tar
guix-efb974a6faedd5af4e450733602357219e7b8cd9.tar.gz
gnu: isl: Remove outdated comment.
* gnu/packages/gcc.scm (isl) [source]: Remove outdated comment.
-rw-r--r--gnu/packages/gcc.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index bb8a922d53..30b2be1f5a 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1242,7 +1242,6 @@ provides the GNU compiler for the Go programming language."))
(version "0.23")
(source (origin
(method url-fetch)
- ;; Used to be at isl.gforge.inria.fr.
(uri (list (string-append "mirror://sourceforge/libisl/isl-"
version ".tar.bz2")
(string-append %gcc-infrastructure