diff --git a/pkgs/development/compilers/llvm/10/lld/default.nix b/pkgs/development/compilers/llvm/10/lld/default.nix index 5d590aec35a..4b7d4eafcbf 100644 --- a/pkgs/development/compilers/llvm/10/lld/default.nix +++ b/pkgs/development/compilers/llvm/10/lld/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/11/lld/default.nix b/pkgs/development/compilers/llvm/11/lld/default.nix index d344d3d3c11..8a9daf317c2 100644 --- a/pkgs/development/compilers/llvm/11/lld/default.nix +++ b/pkgs/development/compilers/llvm/11/lld/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/12/lld/default.nix b/pkgs/development/compilers/llvm/12/lld/default.nix index f9b0effbff3..cc476259612 100644 --- a/pkgs/development/compilers/llvm/12/lld/default.nix +++ b/pkgs/development/compilers/llvm/12/lld/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/13/lld/default.nix b/pkgs/development/compilers/llvm/13/lld/default.nix index 2b5e9e965d0..d37a380c639 100644 --- a/pkgs/development/compilers/llvm/13/lld/default.nix +++ b/pkgs/development/compilers/llvm/13/lld/default.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/14/lld/default.nix b/pkgs/development/compilers/llvm/14/lld/default.nix index fe655c76112..1ae6d4ea6fc 100644 --- a/pkgs/development/compilers/llvm/14/lld/default.nix +++ b/pkgs/development/compilers/llvm/14/lld/default.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/5/lld/default.nix b/pkgs/development/compilers/llvm/5/lld/default.nix index 7e74e79a15c..239cb84c2ce 100644 --- a/pkgs/development/compilers/llvm/5/lld/default.nix +++ b/pkgs/development/compilers/llvm/5/lld/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/6/lld/default.nix b/pkgs/development/compilers/llvm/6/lld/default.nix index 83b1991f453..81dd39c39eb 100644 --- a/pkgs/development/compilers/llvm/6/lld/default.nix +++ b/pkgs/development/compilers/llvm/6/lld/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/7/lld/default.nix b/pkgs/development/compilers/llvm/7/lld/default.nix index 09a0a68e257..7858599990c 100644 --- a/pkgs/development/compilers/llvm/7/lld/default.nix +++ b/pkgs/development/compilers/llvm/7/lld/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/8/lld/default.nix b/pkgs/development/compilers/llvm/8/lld/default.nix index 66b59937e5f..30be084fa81 100644 --- a/pkgs/development/compilers/llvm/8/lld/default.nix +++ b/pkgs/development/compilers/llvm/8/lld/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/9/lld/default.nix b/pkgs/development/compilers/llvm/9/lld/default.nix index d13e6a107dd..73cfe630bbb 100644 --- a/pkgs/development/compilers/llvm/9/lld/default.nix +++ b/pkgs/development/compilers/llvm/9/lld/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features diff --git a/pkgs/development/compilers/llvm/git/lld/default.nix b/pkgs/development/compilers/llvm/git/lld/default.nix index fe655c76112..1ae6d4ea6fc 100644 --- a/pkgs/development/compilers/llvm/git/lld/default.nix +++ b/pkgs/development/compilers/llvm/git/lld/default.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { meta = llvm_meta // { homepage = "https://lld.llvm.org/"; - description = "The LLVM linker"; + description = "The LLVM linker (unwrapped)"; longDescription = '' LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features