aboutsummaryrefslogtreecommitdiff
path: root/distro/packages/tcl.scm
Commit message (Collapse)AuthorAge
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
| | | | | | | | | | * 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.
* distro: expect: Provide the right path to `stty'.Ludovic Courtès2013-01-13
| | | | * distro/packages/tcl.scm (expect): Add #:phases argument.
* distro: tcl, expect: Enable tests.Ludovic Courtès2013-01-12
| | | | | * distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target.
* distro: Add Tcl, Expect, and DejaGNU.Ludovic Courtès2013-01-07
* distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files. * Makefile.am (MODULES): Add them.