~ruther/guix-local

ref: 7f4e4b77eea0d1c22c4ce12950a472b6480acfe5 guix-local/gnu d---------
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 13 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 13 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.
9a97b814 — Ludovic Courtès 12 years ago
gnu: bash: Fix cross-compilation.

* gnu/packages/bash.scm (bash): Pass "bash_cv_job_control_missing=no"
  when (%current-target-system) is true.
a67f97fe — Cyril Roelandt 12 years ago
zlib: Add a sourceforge mirror.

This is especially useful since the tarball is deleted from zlib.net as soon as
a new version of zlib is released.
f755aa3f — Ludovic Courtès 12 years ago
gnu: ncurses, readline: Allow cross-compilation.

* gnu/packages/ncurses.scm (ncurses): Add `cross-pre-install-phase'.
  Use different phases when (%current-target-system) is true.
* gnu/packages/readline.scm (readline): Use %standard-cross-phases as
  the base when (%current-target-system) is true.
089b0634 — Ludovic Courtès 12 years ago
gnu: libffi: Allow cross-compilation.

* gnu/packages/libffi.scm (libffi): Use %standard-cross-phases as the
  base when cross-compiling.  Add (guix build gnu-cross-build) to the
  #:modules when cross-compiling.  Improve synopsis.
1984b438 — Ludovic Courtès 12 years ago
gnu: libtool: Allow cross-compilation.

* gnu/packages/autotools.scm (libtool)[arguments]: Use #:phases argument
  only when building natively.
3871c9f5 — Ludovic Courtès 12 years ago
gnu: gawk: Allow cross-compilation.

* gnu/packages/gawk.scm (gawk)[arguments]: Use `set-shell-file-name'
  phase that works when cross-compiling; use `%standard-cross-phases' as
  the base when (%current-target-system) is true.
9aa949a4 — Ludovic Courtès 12 years ago
gnu: libsigsegv: Fix mips64el-linux-gnu (cross-)builds.

* gnu/packages/libsigsegv.scm (libsigsegv): New `arguments' field.
Next