summaryrefslogtreecommitdiff
path: root/gnu/packages/guile.scm
AgeCommit message (Collapse)Author
2013-02-17gnu: guile-reader: Rename packages to avoid version number confusion.Mark H Weaver
* gnu/packages/guile.scm (guile-reader): Change the character preceding the guile version number from '-' to '_' so that it will not be misinterpreted as the package version number.
2013-02-08gnu: Add GNU mcron.Ludovic Courtès
* gnu/packages/guile.scm (mcron): New variable.
2013-02-08gnu: guile-1.8: Patch `ice-9/popen.scm'.Ludovic Courtès
* gnu/packages/guile.scm (guile-1.8): Rename `patch-loader-search-path' to `patch-stuff'; patch `ice-9/popen.scm'.
2013-02-05gnu: Add GNU Guile-Ncurses.Ludovic Courtès
* gnu/packages/guile.scm (guile-ncurses): New variable.
2013-01-18distro: Rename (distro) to (gnu packages).Ludovic Courtès
* distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès
* 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.