summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
AgeCommit message (Collapse)Author
2013-10-06gnu: xmlto: Keep references to libxml2, libxslt, and util-linux programs.Ludovic Courtès
* gnu/packages/xml.scm (xmlto): Add 'arguments' field. [inputs]: Add libxml2 and libxslt.
2013-10-02gnu: Add perl-xml-simple.Andreas Enge
* gnu/packages/xml.scm (perl-xml-simple): New variable.
2013-09-04gnu: libxml2: Switch back to Python 2.Andreas Enge
* gnu/packages/xml.scm (libxml2): Switch back to Python 2.
2013-09-03gnu: python: Replace input python by python-wrapper.Andreas Enge
* gnu/packages/{gdb.scm (gdb), cryptsetup.scm (cryptsetup), ghostscript.scm (ghostscript), glib.scm (glib), gnupg.scm (pius), gtk.scm (cairo, harfbuzz), libevent.scm (libevent), netpbm.scm (netpbm), oggvorbis.scm (libkate), qemu.scm (qemu), samba.scm (samba), texlive.scm (rubber, texlive), version-control.scm (subversion), xml.scm (libxml2, libxslt), xorg.scm (libxcb, mesa, xcb-proto, xorg-server), yasm.scm (yasm), zip.scm (zziplib)}: Replace input python by python-wrapper.
2013-08-31gnu: Add xmlto.Andreas Enge
* gnu/packages/xml.scm (xmlto): New variable.
2013-05-01gnu: Have python paths set automatically..Andreas Enge
* gnu/packages/xorg.scm (meas): Drop special handling of python paths. * gnu/packages/xml.scm (libxslt): Drop special handling of python paths.
2013-04-19gnu: Unify the two intltool packages.Andreas Enge
* gnu/packages/xml.scm (intltool): Delete variable. * gnu/packages/glib.scm (intltool): Update to version 0.50.2.
2013-03-10gnu: Add intltool.Andreas Enge
* gnu/packages/xml.scm (intltool): New variable. * gnu/packages/xml.scm (perl-xml-parser): Fix download location.
2013-03-08gnu: libxslt: Add zlib and libxml2 python module to inputs.Andreas Enge
* gnu/packages/xml.scm (libxslt): Add input zlib and add libxml2 to PYTHONPATH.
2013-03-08gnu: libxml2: Add python support.Andreas Enge
* gnu/packages/xml.scm (libxml2): Compile and install python module.
2013-03-04gnu: Add Perl XML::Parser.Ludovic Courtès
* gnu/packages/xml.scm (perl-xml-parser): New variable.
2013-02-01gnu: Add libxslt.Andreas Enge
* gnu/packages/xml.scm (libxslt): New variable.
2013-01-19gnu: Add libxml2.Andreas Enge
* gnu/packages/xml.scm (libxml2): New variable.
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès
* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.