nixpkgs/pkgs/applications/graphics/geeqie
Eelco Dolstra 36f5ede37a geeqie: Fix incorrect longDescription formatting
Note that longDescription should not be formatted as:

  longDescription =
    '' Bla bla
       bla bla
    '';

because this will cause the second line to have more preceding
whitespace. It should be:

  longDescription =
    ''
      Bla bla
      bla bla
    '';
2014-06-03 11:47:39 +02:00
..
default.nix geeqie: Fix incorrect longDescription formatting 2014-06-03 11:47:39 +02:00