~ruther/guix-local

ref: a2011be5dfaf2b94a1d0e3dfbcf4b512389b4711 guix-local/gnu d---------
cbca6eb5 — Nikita Karetnikov 13 years ago
gnu: shishi: Update to 1.0.2.

* gnu/packages/shishi.scm (shishi): Update to 1.0.2.
* gnu/packages/patches/shishi-gets-undeclared.patch: Remove it.
* Makefile.am (dist_patch_DATA): Adjust accordingly.
4f7d8d7e — Cyril Roelandt 13 years ago
gnu: Python: fix the compilation of some modules from the standard library.

This commit enables the bz2, dbm, readline, ssl and zlib modules.

* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
cf53ecf5 — Ludovic Courtès 13 years ago
gnu: bigloo: Add dependencies on Avahi and libphidget.

* gnu/packages/scheme.scm (bigloo): Add Avahi and libphidget as inputs,
  and pkg-config as a native input.
adb5f469 — Ludovic Courtès 13 years ago
gnu: Add libphidget.

* gnu/packages/libphidget.scm: New file.
* Makefile.am (MODULES): Add it.
3ee5a7d8 — Ludovic Courtès 13 years ago
gnu: perl-xml-parser: Fix URL.

* gnu/packages/xml.scm (perl-xml-parser): Fix URL.
c415f145 — Ludovic Courtès 13 years ago
gnu: make-bootstrap: Import (gnu packages gcc).

* gnu/packages/make-bootstrap.scm: Import (gnu packages gcc).
5c126b64 — Ludovic Courtès 13 years ago
gnu: Add libelf.

* gnu/packages/gcc.scm (libelf): New variable.
832abc76 — Ludovic Courtès 13 years ago
gnu: Add ISL and CLooG.

* gnu/packages/gcc.scm (%gcc-infrastructure, isl, cloog): New variables.
e9c0b944 — Ludovic Courtès 13 years ago
gnu: Move GCC to its own module.

* gnu/packages/base.scm (gcc-4.7): Move to...
* gnu/packages/gcc.scm: ... here.  New file.
* Makefile.am (MODULES): Add it.
785db4d8 — Ludovic Courtès 13 years ago
glib: Patch around prlimit(2) failure.

* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome.
  [inputs]: Add `patch/tests-prlimit'.
  [arguments]: Add it.
* gnu/packages/patches/glib-tests-prlimit.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
7bf56918 — Ludovic Courtès 13 years ago
gnu: Add GNU cflow.

* gnu/packages/cflow.scm: New file.
* Makefile.am (MODULES): Add it.
47a9cb95 — Ludovic Courtès 13 years ago
gnu: Add GNU cppi.

* gnu/packages/cppi.scm: New file.
* Makefile.am (MODULES): Add it.
128663e4 — Ludovic Courtès 13 years ago
store: Really disable file name canonicalization for derivation inputs.

* guix/store.scm (write-contents)[call-with-binary-input-file]: Set
  %FILE-PORT-NAME-CANONICALIZATION to #f.
* gnu/packages.scm (search-patch, search-bootstrap-binary): Leave
  %FILE-PORT-NAME-CANONICALIZATION unchanged.  This reverts 9776ebb.
b6a64843 — Cyril Roelandt 13 years ago
gnu: Add cmake.

* gnu/packages/cmake.scm: New file.
* gnu/packages/patches/cmake-fix-tests.patch: New file.
* Makefile.am: Add them.
9776ebb2 — Ludovic Courtès 13 years ago
gnu: Disable file name canonicalization in `search-*'.

* gnu/packages.scm (search-patch, search-bootstrap-binary): Make sure no
  canonicalization occurs.  This reduces the number of 'stat' system
  calls.
712e6e68 — Cyril Roelandt 13 years ago
gnu: Add lua.

* gnu/packages/lua.scm: New file.
* Makefile.am: add it.
84a3e3b7 — Ludovic Courtès 13 years ago
gnu: libgcrypt: Upgrade to 1.5.1.

* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.5.1.
71f4b81a — Andreas Enge 13 years ago
gnu: Add openconnect.

* gnu/packages/vpn.scm (openconnect): New variable.
3be9f724 — Ludovic Courtès 13 years ago
gnu: emacs: Update to 24.3.

* gnu/packages/emacs.scm (emacs): Update to 24.3.  Use the .xz tarball.
* gnu/packages/patches/emacs-configure-sh.patch: Adjust.
b5c56e62 — Ludovic Courtès 13 years ago
gnu: texinfo: Update to 5.1.

* gnu/packages/texinfo.scm (texinfo): Update to 5.1.
Next