Files
nixpkgs/pkgs/applications
aszlig f273e7629e gajim: Add support for LaTeX markup.
This needed a bit of patching the paths to the latex and dvipng executables.

In addition, we also address a small bug by using sed:

tmpfd, tmppng = mkstemp(prefix='gajim_tex', suffix='.png')
tmpfd.close()

This obviously won't work, because mkstemp() actually returns a file descriptor
_number_ and not a Python file object.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:18:00 +02:00
..
2013-05-21 09:20:00 +02:00
2013-05-24 16:21:34 +08:00
2013-05-21 09:20:00 +02:00
2013-05-25 21:12:47 +02:00
2013-04-22 20:57:14 +04:00
2013-05-26 20:53:20 +02:00
2013-05-13 10:33:31 +08:00