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

@@ -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/;