diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-02 20:57:31 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-03 11:16:14 -0400 |
commit | efb974a6faedd5af4e450733602357219e7b8cd9 (patch) | |
tree | 42c6494fe81643cb13953d16a511d798b57be569 /gnu/packages | |
parent | 384b98028cb4be0e321320f10a1f3893e66598e0 (diff) | |
download | guix-efb974a6faedd5af4e450733602357219e7b8cd9.tar.gz guix-efb974a6faedd5af4e450733602357219e7b8cd9.zip |
gnu: isl: Remove outdated comment.
* gnu/packages/gcc.scm (isl) [source]: Remove outdated comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gcc.scm | 1 |
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 |