Nix Packages collection & NixOS
Go to file
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
doc add dontBuild docs 2013-05-05 10:50:07 +02:00
maintainers generate-cpan-package: Don't hard-code Eelco's environment 2013-03-27 16:35:42 -04:00
pkgs gajim: Add support for LaTeX markup. 2013-05-27 10:18:00 +02:00
.gitignore Add the nix-build `result' symlink and cpan files to gitignore 2013-03-28 09:52:27 -04:00
COPYING
default.nix
VERSION