~ruther/guix-local

ref: 0d62efbe5a14804de6093be44c511c51bc6aa50c guix-local/gnu d---------
0d62efbe — Mark H Weaver 12 years ago
gnu: subversion: Download from apache archive site.

* gnu/packages/subversion.scm (subversion): Download from archive.apache.org,
  where versions are kept for a longer period of time.  Previously, we
  downloaded from the mirrors, which keep only the most recent versions.
fa6141ec — Ludovic Courtès 12 years ago
gnu: plotutils: Add X client libraries as inputs.

* gnu/packages/plotutils.scm (plotutils): Add libx11, libxt, and libxaw
  as inputs.
b2e3dd94 — Ludovic Courtès 12 years ago
gnu: Add Privoxy.

* gnu/packages/tor.scm (privoxy): New variable.
0e999137 — Ludovic Courtès 12 years ago
gnu: bash-light: Allow cross-compilation.

* gnu/packages/bash.scm (bash-light): Add (guix build gnu-cross-build)
  to #:modules when (%current-target-system) is true.
  Add `bash_cv_job_control_missing=no' to #:configure-flags
  when (%current-target-system) is true.
a1db0975 — Ludovic Courtès 12 years ago
gnu: gnutls: Update to 3.2.1.

* gnu/packages/gnutls.scm (gnutls): Update to 3.2.1.
b17fd5e0 — Ludovic Courtès 12 years ago
gnu: nettle: Update to 2.7.1.

* gnu/packages/nettle.scm (nettle): Update to 2.7.1.
76ced774 — Ludovic Courtès 12 years ago
gnu: automake: Update to 1.13.3.

* gnu/packages/autotools.scm (automake): Update to 1.13.3.
7f4e4b77 — Ludovic Courtès 12 years ago
gnu: Add WordNet.

* gnu/packages/wordnet.scm: New file.
* Makefile.am (MODULES): Add it.
765904ce — Ludovic Courtès 12 years ago
gnu: Add Tk.

* gnu/packages/tcl.scm (tk): New variable.
94e4ddd5 — Nikita Karetnikov 12 years ago
gnu: Add Grue Hunter.

* gnu/packages/grue-hunter.scm: New file.
* Makefile.am (MODULES): Add it.
5ace6e2f — Cyril Roelandt 12 years ago
gnu: Add Babel.

* gnu/packages/babel.scm (babel): New package.
1890a149 — Ludovic Courtès 12 years ago
gnu: Add XLockMore.

* gnu/packages/xlockmore.scm: New file.
* Makefile.am (MODULES): Add it.
63c0c19a — Ludovic Courtès 12 years ago
gnu: gawk: Refer to the target Bash in io.c.

* gnu/packages/gawk.scm (gawk): Add Bash as an input
  when (%current-target-system) is true.
231eae53 — Ludovic Courtès 12 years ago
gnu: Add Rubber.

* gnu/packages/texlive.scm (rubber): New variable.
acc26ff1 — Cyril Roelandt 12 years ago
gnu: Add pytz.

* gnu/packages/python.scm (pytz): New package.
4f7e152b — Ludovic Courtès 12 years ago
gnu: Add torsocks.

* gnu/packages/tor.scm (torsocks): New variable.
58b4e8e8 — Ludovic Courtès 12 years ago
gnu: guile: More cross-compilation tweaks.

* gnu/packages/guile.scm (guile-2.0): When cross-compiling, unset
  GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH, and set
  CC_FOR_BUILD=gcc.
d581acee — Ludovic Courtès 12 years ago
gnu: pkg-config: Provide a cross-build-friendly wrapper.

* gnu/packages/pkg-config.scm (pkg-config): Rename to...
  (%pkg-config): ... this.  Make private.
  (cross-pkg-config, pkg-config-for-target): New procedures.
  (pkg-config): New macro.
47e74d6e — Ludovic Courtès 12 years ago
gnu: cross-binutils: Build with `--with-sysroot'.

This fixes resolution of DT_NEEDED entries in cross-built libraries.
For instance, if ltdl.so needs libdl.so and has it in its RUNPATH, then
libdl.so is searched for in the right place.

* gnu/packages/cross-base.scm (cross-binutils): Pass
  `--with-sysroot=/no-such-path'.
9c782445 — Ludovic Courtès 12 years ago
gnu: guile: Add Bash as an input, to permit cross-compilation.

* gnu/packages/guile.scm (guile-2.0): Add Bash as an input
  when (%current-target-system) is true.  Use %standard-cross-phases as
  a basis when (%current-target-system) is true.
Next