GCC 4.4: Improve `meta'.
svn path=/nixpkgs/trunk/; revision=16489
This commit is contained in:
parent
979a8410f0
commit
1228ff02b7
@ -101,10 +101,19 @@ stdenv.mkDerivation ({
|
|||||||
passthru = { inherit langC langCC langFortran langTreelang enableMultilib; };
|
passthru = { inherit langC langCC langFortran langTreelang enableMultilib; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://gcc.gnu.org/";
|
homepage = http://gcc.gnu.org/;
|
||||||
license = "GPL/LGPL";
|
license = "GPLv3+"; # runtime support libraries are typically LGPLv3+
|
||||||
description = "GNU Compiler Collection, version ${version}";
|
description = "GNU Compiler Collection, version ${version}";
|
||||||
|
|
||||||
|
longDescription = ''
|
||||||
|
The GNU Compiler Collection includes compiler front ends for C, C++,
|
||||||
|
Objective-C, Fortran, OpenMP for C/C++/Fortran, Java, and Ada, as well
|
||||||
|
as libraries for these languages (libstdc++, libgcj, libgomp,...).
|
||||||
|
|
||||||
|
GCC development is a part of the GNU Project, aiming to improve the
|
||||||
|
compiler used in the GNU system including the GNU/Linux variant.
|
||||||
|
'';
|
||||||
|
|
||||||
maintainers = [
|
maintainers = [
|
||||||
# Add your name here!
|
# Add your name here!
|
||||||
stdenv.lib.maintainers.ludo
|
stdenv.lib.maintainers.ludo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user