~ruther/guix-local

ref: 08dccdfd12a176cf8a689aa8ca5e19fb280a137c guix-local/gnu/packages/xml.scm -rw-r--r-- 7.6 KiB
2b8c5f54 — Andreas Enge 13 years ago
gnu: Add intltool.

* gnu/packages/xml.scm (intltool): New variable.
* gnu/packages/xml.scm (perl-xml-parser): Fix download location.
11e3f107 — Andreas Enge 13 years ago
gnu: libxslt: Add zlib and libxml2 python module to inputs.

* gnu/packages/xml.scm (libxslt): Add input zlib and add libxml2 to PYTHONPATH.
322cbda7 — Andreas Enge 13 years ago
gnu: libxml2: Add python support.

* gnu/packages/xml.scm (libxml2): Compile and install python module.
81eec00c — Ludovic Courtès 13 years ago
Merge branch 'master' into core-updates

Conflicts:
	Makefile.am
	guix/scripts/gc.scm
	guix/scripts/package.scm
	guix/ui.scm
	tests/guix-package.sh
2a1e82bb — Ludovic Courtès 13 years ago
gnu: Add Perl XML::Parser.

* gnu/packages/xml.scm (perl-xml-parser): New variable.
58cc3b38 — Andreas Enge 13 years ago
gnu: Add libxslt.

* gnu/packages/xml.scm (libxslt): New variable.
f0444eaf — Andreas Enge 13 years ago
gnu: Add libxml2.

* gnu/packages/xml.scm (libxml2): New variable.
1ffa7090 — Ludovic Courtès 13 years ago
distro: Change the module name space to (gnu ...).

* 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.
d0414883 — Ludovic Courtès 13 years ago
distro: Add Expat.

* distro/packages/xml.scm: New file.
* Makefile.am (MODULES): Add it.