[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: address@hidden: Update description.
From: |
Efraim Flashner |
Subject: |
04/04: gnu: address@hidden: Update description. |
Date: |
Wed, 13 Sep 2017 01:56:48 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 35daddede1498d2c4eb06ef5fcd15631199c6590
Author: Efraim Flashner <address@hidden>
Date: Tue Sep 12 21:13:39 2017 +0300
gnu: address@hidden: Update description.
* gnu/packages/gcc.scm (address@hidden)[description]: Remove Java from the
list
of supported languages.
---
gnu/packages/gcc.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7375457..fb2e247 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -424,7 +424,11 @@ Go. It also includes runtime support libraries for these
languages.")
(base32
"16j7i0888j2f1yp9l0nhji6cq65dy6y4nwy8868a8njbzzwavxqw"))
(patches (search-patches "gcc-strmov-store-file-names.patch"
- "gcc-5.0-libvtv-runpath.patch"))))))
+ "gcc-5.0-libvtv-runpath.patch"))))
+ (description
+ "GCC is the GNU Compiler Collection. It provides compiler front-ends
+for several languages, including C, C++, Objective-C, Fortran, Ada, and Go.
+It also includes runtime support libraries for these languages.")))
;; Note: When changing the default gcc version, update
;; the gcc-toolchain-* definitions and the gfortran definition