summaryrefslogtreecommitdiffstats
path: root/pkgs
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
parent63de40099f085b20f5607db530592bbea2492da1 (diff)
treewide: Wrap some really long package descriptions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/biology/mrbayes/default.nix10
-rw-r--r--pkgs/development/libraries/fcppt/default.nix6
-rw-r--r--pkgs/misc/emulators/snes9x-gtk/default.nix7
3 files changed, 20 insertions, 3 deletions
diff --git a/pkgs/applications/science/biology/mrbayes/default.nix b/pkgs/applications/science/biology/mrbayes/default.nix
index 78295faf69a8..70e3da696b4f 100644
--- a/pkgs/applications/science/biology/mrbayes/default.nix
+++ b/pkgs/applications/science/biology/mrbayes/default.nix
@@ -13,7 +13,15 @@ stdenv.mkDerivation rec {
meta = {
description = "Bayesian Inference of Phylogeny";
- longDescription = ''Bayesian inference of phylogeny is based upon a quantity called the posterior probability distribution of trees, which is the probability of a tree conditioned on the observations. The conditioning is accomplished using Bayes's theorem. The posterior probability distribution of trees is impossible to calculate analytically; instead, MrBayes uses a simulation technique called Markov chain Monte Carlo (or MCMC) to approximate the posterior probabilities of trees.'';
+ longDescription = ''
+ Bayesian inference of phylogeny is based upon a
+ quantity called the posterior probability distribution of trees, which is
+ the probability of a tree conditioned on the observations. The conditioning
+ is accomplished using Bayes's theorem. The posterior probability
+ distribution of trees is impossible to calculate analytically; instead,
+ MrBayes uses a simulation technique called Markov chain Monte Carlo (or
+ MCMC) to approximate the posterior probabilities of trees.
+ '';
license = "GPL2";
homepage = http://mrbayes.csit.fsu.edu/;
};
diff --git a/pkgs/development/libraries/fcppt/default.nix b/pkgs/development/libraries/fcppt/default.nix
index 5f7d61f36018..38b306b577f4 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;
diff --git a/pkgs/misc/emulators/snes9x-gtk/default.nix b/pkgs/misc/emulators/snes9x-gtk/default.nix
index e5cd08b7f9de..46b1c51dca5a 100644
--- a/pkgs/misc/emulators/snes9x-gtk/default.nix
+++ b/pkgs/misc/emulators/snes9x-gtk/default.nix
@@ -22,7 +22,12 @@ stdenv.mkDerivation rec {
meta = {
description = "A portable, freeware Super Nintendo Entertainment System (SNES) emulator";
- longDescription = "Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator. It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan.";
+ longDescription = ''
+ Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
+ emulator. It basically allows you to play most games designed for the SNES
+ and Super Famicom Nintendo game systems on your PC or Workstation; which
+ includes some real gems that were only ever released in Japan.
+ '';
license = stdenv.lib.licenses.lgpl2;
maintainers = [ stdenv.lib.maintainers.qknight ];
homepage = http://www.snes9x.com/;