summaryrefslogtreecommitdiff
path: root/gnu/packages/scheme.scm
AgeCommit message (Expand)Author
2013-01-31gnu: bigloo: Update tarball's hash....* gnu/packages/scheme.scm (bigloo): Change hash. The tarball was recently modified in-place (!). Ludovic Courtès
2013-01-24packages: 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. Ludovic Courtès
2013-01-18distro: bigloo: Update to 4.0a....* gnu/packages/scheme.scm (bigloo): Update to 4.0a. Ludovic Courtès
2013-01-18distro: 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. Ludovic Courtès
2013-01-18distro: 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. Ludovic Courtès