~ruther/guix-local

ref: fbbb1c0f4ca31ed2a13fe7362e441ccc04a8d08d guix-local/distro d---------
fbbb1c0f — Ludovic Courtès 13 years ago
distro: Add GDB.

* distro/packages/gdb.scm: New file.
* Makefile.am (MODULES): Add it.
75abd8ab — Ludovic Courtès 13 years ago
distro: dejagnu: Add `expect' in the search path of `runtest'.

* distro/packages/dejagnu.scm (dejagnu): In `check' phase, change `PATH'
  in `runtest', to avoid "expect not found in PATH" error.
39224d94 — Ludovic Courtès 13 years ago
distro: Add MySQL.

* distro/packages/mysql.scm: New file.
* Makefile.am (MODULES): Add it.
fe8ccfcc — Ludovic Courtès 13 years ago
distro: util-linux: Fix `license' field.

* distro/packages/linux.scm (util-linux): Change `license' field to
  refer to the actual license objects.
e47e3eff — Ludovic Courtès 13 years ago
distro: Add procps.

* distro/packages/linux.scm (procps): New variable.
eb6d676e — Ludovic Courtès 13 years ago
distro: tcl, expect: Enable tests.

* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add
  #:test-target.
01e354eb — Ludovic Courtès 13 years ago
Merge branch 'core-updates'

Conflicts:
	guix/build/union.scm
ab6522ae — Ludovic Courtès 13 years ago
distro: gawk: Adjust to the libsigsegv output change.

* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single
  output.
f03e7115 — Ludovic Courtès 13 years ago
distro: libsigsegv: Use a single output.

* distro/packages/libsigsegv.scm (libsigsegv): Use just a single output,
  otherwise nothing ends up in `out' as a consequence of commit a06a99f.
  Reported by Andreas Enge <andreas@enge.fr>.
704197f4 — Ludovic Courtès 13 years ago
distro: gmp: Update to 5.0.1.

* distro/packages/multiprecision.scm (gmp): Update to 5.0.1.
4873f8ed — Ludovic Courtès 13 years ago
distro: binutils: Add a "lib" output.

* distro/packages/base.scm (binutils): Add `outputs' field.
708d0ceb — Ludovic Courtès 13 years ago
distro: Add GNU Aspell.

* distro/packages/aspell.scm: New file.
* Makefile.am (MODULES): Add it.
4e6b699d — Ludovic Courtès 13 years ago
distro: Add GSL.

* distro/packages/algebra.scm (gsl): New variable.
27160c85 — Ludovic Courtès 13 years ago
distro: Add GNU GLOBAL.

* distro/packages/global.scm: New file.
* Makefile.am (MODULES): Add it.
4a219a1a — Ludovic Courtès 13 years ago
distro: Add Tcl, Expect, and DejaGNU.

* distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files.
* Makefile.am (MODULES): Add them.
b30e4f3f — Ludovic Courtès 13 years ago
distro: bdb: Adjust to lack of /bin/sh.

* distro/packages/bdb.scm (bdb): Pass `CONFIG_SHELL' and `SHELL' to the
  `configure' script.
2357f850 — Ludovic Courtès 13 years ago
Update a few more license headers.

* distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream:
  Update headers.
a9f8b72e — Ludovic Courtès 13 years ago
distro: time: Adjust `configure' phase to old `configure' script.

* distro/packages/time.scm (time): Add `arguments'.
4050e5d6 — Ludovic Courtès 13 years ago
Merge branch 'master' into core-updates

Conflicts:
	build-aux/download.scm
	distro/packages/autotools.scm
	distro/packages/base.scm
	distro/packages/bootstrap.scm
	distro/packages/lsh.scm
	distro/packages/make-bootstrap.scm
	distro/packages/ncurses.scm
	distro/packages/perl.scm
	tests/derivations.scm
	tests/union.scm
79580eb6 — Ludovic Courtès 13 years ago
distro: Update bootstrap binaries to an nscd-less libc.

Update bootstrap binaries following changes in commit d3b5972 ("Build
glibc without nscd, and with static NSS modules.")

* Makefile.am (distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
  distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Update hashes.
* build-aux/download.scm (file-name->uri): Update URL.
* distro/packages/bootstrap.scm (%bootstrap-coreutils&co,
  %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update URLs
  and hashes.
Next