about summary refs log tree commit diff
path: root/pkgs/development/libraries/libthreadar
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-26 11:08:40 +0700
committerJon <jonringer@users.noreply.github.com>2020-10-27 09:15:07 -0700
commitdb74029e3e9b884731f0753f605e2d838b70afb0 (patch)
tree01cf8e94b0b6090765c01ad54f5c7dd8444bce06 /pkgs/development/libraries/libthreadar
parent7371c2cc9bf813ae52bebff357e4bf3070879bbf (diff)
treewide: remove package names from prefix of descriptions
Diffstat (limited to 'pkgs/development/libraries/libthreadar')
-rw-r--r--pkgs/development/libraries/libthreadar/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libthreadar/default.nix b/pkgs/development/libraries/libthreadar/default.nix
index ed19fab6d994f..96c0418f74c82 100644
--- a/pkgs/development/libraries/libthreadar/default.nix
+++ b/pkgs/development/libraries/libthreadar/default.nix
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://libthreadar.sourceforge.net/";
-    description = ''
+    description = "A C++ library that provides several classes to manipulate threads";
+    longDescription = ''
       Libthreadar is a C++ library providing a small set of C++ classes to manipulate
       threads in a very simple and efficient way from your C++ code.
     '';