summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
Commit message (Collapse)AuthorAge
* gnu: Move numerous "inputs" which should be "native-inputs".John Darrington2013-12-15
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm, gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm, gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm, gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm, gnu/packages/texlive.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm, gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to `native-inputs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libxml2: Fixed cross-compilation.John Darrington2013-12-14
| | | | | | | * gnu/packages/xml.scm (libxml2): assign "cross-libc" to the variable glibc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: perl-xml-dom: Propagate inputs.Andreas Enge2013-12-10
| | | | | * gnu/packages/xml.scm (perl-xml-dom): Drop inputs that are obtained through propagation, propagate the other inputs.
* gnu: perl-libxml: Propagate input.Andreas Enge2013-12-10
| | | | * gnu/packages/xml.scm (perl-libxml): Propagate input perl-xml-parser.
* gnu: Add perl-xml-dom.Andreas Enge2013-12-09
| | | | * gnu/packages/xml.scm (perl-xml-dom): New variable.
* gnu: Rename perl-xml-parser-perlsax to perl-libxml.Andreas Enge2013-12-07
| | | | * gnu/packages/xml.scm (perl-libxml): Rename from perl-xml-parser-perlsax.
* gnu: Add perl-xml-regexp.Andreas Enge2013-12-06
| | | | * gnu/packages/xml.scm (perl-xml-regexp): New variable.
* gnu: Add perl-xml-parser-perlsax.Andreas Enge2013-12-06
| | | | * gnu/packages/xml.scm (perl-xml-parser-perlsax): New variable.
* gnu: xmlto: Keep references to libxml2, libxslt, and util-linux programs.Ludovic Courtès2013-10-06
| | | | | * gnu/packages/xml.scm (xmlto): Add 'arguments' field. [inputs]: Add libxml2 and libxslt.
* gnu: Add perl-xml-simple.Andreas Enge2013-10-02
| | | | * gnu/packages/xml.scm (perl-xml-simple): New variable.
* gnu: libxml2: Switch back to Python 2.Andreas Enge2013-09-04
| | | | * gnu/packages/xml.scm (libxml2): Switch back to Python 2.
* gnu: python: Replace input python by python-wrapper.Andreas Enge2013-09-03
| | | | | | | | | | | * 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.
* gnu: Add xmlto.Andreas Enge2013-08-31
| | | | * gnu/packages/xml.scm (xmlto): New variable.
* gnu: Have python paths set automatically..Andreas Enge2013-05-01
| | | | | * gnu/packages/xorg.scm (meas): Drop special handling of python paths. * gnu/packages/xml.scm (libxslt): Drop special handling of python paths.
* gnu: Unify the two intltool packages.Andreas Enge2013-04-19
| | | | | * gnu/packages/xml.scm (intltool): Delete variable. * gnu/packages/glib.scm (intltool): Update to version 0.50.2.
* gnu: Add intltool.Andreas Enge2013-03-10
| | | | | * gnu/packages/xml.scm (intltool): New variable. * gnu/packages/xml.scm (perl-xml-parser): Fix download location.
* gnu: libxslt: Add zlib and libxml2 python module to inputs.Andreas Enge2013-03-08
| | | | * gnu/packages/xml.scm (libxslt): Add input zlib and add libxml2 to PYTHONPATH.
* gnu: libxml2: Add python support.Andreas Enge2013-03-08
| | | | * gnu/packages/xml.scm (libxml2): Compile and install python module.
* gnu: Add Perl XML::Parser.Ludovic Courtès2013-03-04
| | | | * gnu/packages/xml.scm (perl-xml-parser): New variable.
* gnu: Add libxslt.Andreas Enge2013-02-01
| | | | * gnu/packages/xml.scm (libxslt): New variable.
* gnu: Add libxml2.Andreas Enge2013-01-19
| | | | * gnu/packages/xml.scm (libxml2): New variable.
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
* 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.