distro: Add psmisc. * distro/packages/linux.scm (psmisc): New variable.
distro: make-bootstrap: Use `linux' module. * distro/packages/make-bootstrap.scm: Use (distro packages linux). This is a followup to 80fe5c6.
distro: gnutls: Build sequentially. * distro/packages/gnutls.scm (gnutls)[arguments]: New field.
distro: guile-2.0: Update to 2.0.7. * distro/packages/guile.scm (guile-2.0): Switch to 2.0.7. (guile-2.0/fixed): Stay at 2.0.6.
distro: Add `guile-2.0/fixed', which should rarely change. * distro/packages/guile.scm (guile-2.0/fixed): New variable. * distro/packages/base.scm (guile-final): Use it.
distro: Import 'gettext' under a different name. * distro/packages/nano.scm, distro/packages/wget.scm: Import 'gettext' from (distro packages gettext) under 'guix:gettext'.
distro: linux-libre-headers: Move to (distro packages linux). * distro/packages/base.scm (linux-libre-headers): Move to... * distro/packages/linux.scm (linux-libre-headers): ... here.
distro: Add Linux-PAM. * distro/packages/linux.scm: New file. * Makefile.am (MODULES): Add it.
download: Add kernel.org mirrors. * guix/download.scm (%mirrors): Add `kernel.org' mirrors.
download: Keep only one slash when concatenating URIs. * guix/build/download.scm (url-fetch)[uri-vicinity]: New procedure. [maybe-expand-mirrors]: Use it.
distro: flex: Fix module name. * distro/packages/flex.scm: Change the module name to (distro packages flex).
distro: Add GNU Cpio. * distro/packages/cpio.scm, distro/packages/patches/cpio-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add 'cpio.scm'. (dist_patch_DATA): Add 'cpio-gets-undeclared.patch'.
distro: Add GNU Time. * distro/packages/time.scm: New file. * Makefile.am (MODULES): Add it.
distro: Add GNU Which. * distro/packages/which.scm: New file. * Makefile.am (MODULES): Add it.
build: Have `hydra.scm' return one job per package. * hydra.scm (hydra-jobs): Return one job for each non-bootstrap package.
packages: Add missing export. * guix/packages.scm: Export `package-home-page'.
distro: Search bootstrap binaries and patches in %LOAD-PATH. * Makefile.am (patchdir, bootstrapdir): Change to be sub-directories of $(guilemoduledir). (.scm.go): Remove `DISTRO_' environment variables. * distro.scm (not-colon): Remove. (%patch-path, %bootstrap-binaries-path): Default to sub-directories of the entries in %LOAD-PATH. * pre-inst-env.in: Remove definition of `DISTRO_' environment variables.
distro: Add GNU Less. * distro/packages/less.scm: New file. * Makefile.am (MODULES): Add it.
distro: Add GNU Nano. * distro/packages/nano.scm: New file. * Makefile.am (MODULES): Add it.
doc: Mention the pronunciation of "Guix". * README: Mention pronunciation of "Guix". * doc/guix.texi (Introduction): Likewise.