llvmPackages: change homepages to https:// scheme

also: https://www.cmake.org/Wiki/CMake_RPATH_handling has moved
This commit is contained in:
Gabor Greif
2020-02-25 14:37:25 +01:00
parent f91b34e53e
commit e336bdf80e
42 changed files with 48 additions and 48 deletions

View File

@@ -83,7 +83,7 @@ let
meta = {
description = "A c, c++, objective-c, and objective-c++ frontend for the llvm compiler";
homepage = http://llvm.org/;
homepage = https://llvm.org/;
license = stdenv.lib.licenses.ncsa;
platforms = stdenv.lib.platforms.all;
};

View File

@@ -45,7 +45,7 @@ stdenv.mkDerivation {
];
meta = {
homepage = http://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.unix;

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation {
# this should be done in CMake, but having trouble figuring out
# the magic combination of necessary CMake variables
# if you fancy a try, take a look at
# http://www.cmake.org/Wiki/CMake_RPATH_handling
# https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling
install_name_tool -id $out/$file $file
done
make install
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://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 ];

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = {
description = "The LLVM Linker";
homepage = http://lld.llvm.org/;
homepage = https://lld.llvm.org/;
license = stdenv.lib.licenses.ncsa;
platforms = stdenv.lib.platforms.all;
};

View File

@@ -50,7 +50,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A next-generation high-performance debugger";
homepage = http://llvm.org/;
homepage = https://llvm.org/;
license = licenses.ncsa;
platforms = platforms.all;
};

View File

@@ -149,7 +149,7 @@ stdenv.mkDerivation ({
meta = {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
homepage = https://llvm.org/;
license = stdenv.lib.licenses.ncsa;
maintainers = with stdenv.lib.maintainers; [ lovek323 raskin dtzWill ];
platforms = stdenv.lib.platforms.all;

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = {
description = "Components required to build an executable OpenMP program";
homepage = http://openmp.llvm.org/;
homepage = https://openmp.llvm.org/;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
};