treewide: Wrap some really long package descriptions

This commit is contained in:
Tuomas Tynkkynen
2016-08-02 19:38:04 +03:00
parent 63de40099f
commit 102ffa6be7
3 changed files with 20 additions and 3 deletions

View File

@@ -18,7 +18,11 @@ stdenv.mkDerivation rec {
meta = {
description = "Freundlich's C++ toolkit";
longDescription = ''
Freundlich's C++ Toolkit (fcppt) is a collection of libraries focusing on improving general C++ code by providing better types, a strong focus on C++11 (non-conforming compilers are mostly not supported) and functional programming (which is both efficient and syntactically affordable in C++11).
Freundlich's C++ Toolkit (fcppt) is a collection of libraries focusing on
improving general C++ code by providing better types, a strong focus on
C++11 (non-conforming compilers are mostly not supported) and functional
programming (which is both efficient and syntactically affordable in
C++11).
'';
homepage = http://fcppt.org;
license = stdenv.lib.licenses.boost;