Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2020-04-13 18:50:35 +02:00
9807 changed files with 28240 additions and 18640 deletions
@@ -103,7 +103,7 @@ let
meta = {
description = "A c, c++, objective-c, and objective-c++ frontend for the llvm compiler";
homepage = https://llvm.org/;
homepage = "https://llvm.org/";
license = stdenv.lib.licenses.ncsa;
platforms = stdenv.lib.platforms.all;
};
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
];
meta = {
homepage = https://libcxx.llvm.org/;
homepage = "https://libcxx.llvm.org/";
description = "A new implementation of the C++ standard library, targeting C++11";
license = with stdenv.lib.licenses; [ ncsa mit ];
platforms = stdenv.lib.platforms.all;
@@ -58,7 +58,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://libcxxabi.llvm.org/;
homepage = "https://libcxxabi.llvm.org/";
description = "A new implementation of low level support for a standard C++ library";
license = with stdenv.lib.licenses; [ ncsa mit ];
maintainers = with stdenv.lib.maintainers; [ vlstill ];
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = {
description = "The LLVM Linker";
homepage = https://lld.llvm.org/;
homepage = "https://lld.llvm.org/";
license = stdenv.lib.licenses.ncsa;
platforms = stdenv.lib.platforms.all;
};
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A next-generation high-performance debugger";
homepage = https://llvm.org/;
homepage = "https://llvm.org/";
license = licenses.ncsa;
platforms = platforms.all;
};
+1 -1
View File
@@ -145,7 +145,7 @@ in stdenv.mkDerivation ({
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = https://llvm.org/;
homepage = "https://llvm.org/";
license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin dtzWill ];
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = {
description = "Components required to build an executable OpenMP program";
homepage = https://openmp.llvm.org/;
homepage = "https://openmp.llvm.org/";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
};