~ruther/guix-local

ref: 08dccdfd12a176cf8a689aa8ca5e19fb280a137c guix-local/gnu/packages/scheme.scm -rw-r--r-- 10.6 KiB
0e7aac44 — Ludovic Courtès 13 years ago
gnu: bigloo: Install Emacs modes.

* gnu/packages/scheme.scm (bigloo): Add `install-emacs-modes' phase.
cab24961 — Ludovic Courtès 13 years ago
Re-export `%current-system' from (guix packages).

* guix/packages.scm: Re-export `%current-system'.
* gnu/packages/bdw-gc.scm, gnu/packages/gawk.scm,
  gnu/packages/gperf.scm, gnu/packages/libffi.scm,
  gnu/packages/libsigsegv.scm, gnu/packages/libunistring.scm,
  gnu/packages/lout.scm, gnu/packages/m4.scm,
  gnu/packages/multiprecision.scm, gnu/packages/ncurses.scm,
  gnu/packages/perl.scm, gnu/packages/pkg-config.scm,
  gnu/packages/readline.scm, gnu/packages/recutils.scm,
  gnu/packages/scheme.scm: Remove (guix utils) import.
d8707db0 — Ludovic Courtès 13 years ago
gnu: hop: Add `patch-rpath' phase.

* gnu/packages/scheme.scm (hop): Add `patch-rpath' phase.
e6e82f62 — Ludovic Courtès 13 years ago
gnu: Add Hop.

* gnu/packages/scheme.scm (hop): New variable.
10879c4e — Ludovic Courtès 13 years ago
gnu: bigloo: Propagate GMP.

* gnu/packages/scheme.scm (bigloo): Propagate GMP.
f992ead2 — Ludovic Courtès 13 years ago
gnu: bigloo: Update tarball's hash.

* gnu/packages/scheme.scm (bigloo): Change hash.  The tarball was
  recently modified in-place (!).
dd6b9a37 — Ludovic Courtès 13 years ago
packages: Mark the `inputs' field of <package> as thunked.

* guix/packages.scm (<package>)[inputs]: Mark as thunked.
  (package-derivation)[expand-input]: Remove case where the input is a
  procedure.
* tests/packages.scm ("trivial with system-dependent input"): Remove
  `lambda', and use (%current-system).
* gnu/packages/bootstrap.scm (package-from-tarball): Likewise for `inputs'.
  (%bootstrap-glibc, %bootstrap-gcc): Likewise.
* gnu/packages/scheme.scm (mit-scheme): Likewise.
66599195 — Ludovic Courtès 13 years ago
distro: bigloo: Update to 4.0a.

* gnu/packages/scheme.scm (bigloo): Update to 4.0a.
59a43334 — Ludovic Courtès 13 years ago
distro: Rename (distro) to (gnu packages).

* distro.scm: Rename to...
* gnu/packages.scm: ... this.  Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
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.
e117772d — Ludovic Courtès 13 years ago
distro: Add MIT/GNU Scheme and Bigloo.

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