summary refs log tree commit diff
path: root/pkgs/development/libraries/fcppt
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 19:38:04 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commit102ffa6be7de5e2e24142c3e10653f8f91d1564e (patch)
tree2b16a693b0d0194eca66d024d495bbbb1efde83f /pkgs/development/libraries/fcppt
parent63de40099f085b20f5607db530592bbea2492da1 (diff)
downloadnixpkgs-102ffa6be7de5e2e24142c3e10653f8f91d1564e.tar
nixpkgs-102ffa6be7de5e2e24142c3e10653f8f91d1564e.tar.gz
nixpkgs-102ffa6be7de5e2e24142c3e10653f8f91d1564e.tar.bz2
nixpkgs-102ffa6be7de5e2e24142c3e10653f8f91d1564e.tar.lz
nixpkgs-102ffa6be7de5e2e24142c3e10653f8f91d1564e.tar.xz
nixpkgs-102ffa6be7de5e2e24142c3e10653f8f91d1564e.tar.zst
nixpkgs-102ffa6be7de5e2e24142c3e10653f8f91d1564e.zip
treewide: Wrap some really long package descriptions
Diffstat (limited to 'pkgs/development/libraries/fcppt')
-rw-r--r--pkgs/development/libraries/fcppt/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fcppt/default.nix b/pkgs/development/libraries/fcppt/default.nix
index 5f7d61f3601..38b306b577f 100644
--- a/pkgs/development/libraries/fcppt/default.nix
+++ b/pkgs/development/libraries/fcppt/default.nix
@@ -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;