Files
nixpkgs/pkgs
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-25 12:01:26 +03:00
2013-05-21 09:20:00 +02:00
2013-05-21 09:27:35 +02:00
2013-05-25 00:08:42 +02:00