about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/llvm/10/lld/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/compilers/llvm/10/lld/default.nix')
-rw-r--r--nixpkgs/pkgs/development/compilers/llvm/10/lld/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/compilers/llvm/10/lld/default.nix b/nixpkgs/pkgs/development/compilers/llvm/10/lld/default.nix
index 5d590aec35ac..4b7d4eafcbf3 100644
--- a/nixpkgs/pkgs/development/compilers/llvm/10/lld/default.nix
+++ b/nixpkgs/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