~ruther/guix-local

fa29b199 — Ludovic Courtès 13 years ago
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.
6b345e06 — Nikita Karetnikov 13 years ago
distro: Import 'gettext' under a different name.

* distro/packages/nano.scm, distro/packages/wget.scm: Import 'gettext'
  from (distro packages gettext) under 'guix:gettext'.
80fe5c60 — Ludovic Courtès 13 years ago
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.
fd76c904 — Ludovic Courtès 13 years ago
distro: Add Linux-PAM.

* distro/packages/linux.scm: New file.
* Makefile.am (MODULES): Add it.
b40b259f — Ludovic Courtès 13 years ago
download: Add kernel.org mirrors.

* guix/download.scm (%mirrors): Add `kernel.org' mirrors.
480943dd — Ludovic Courtès 13 years ago
download: Keep only one slash when concatenating URIs.

* guix/build/download.scm (url-fetch)[uri-vicinity]: New procedure.
  [maybe-expand-mirrors]: Use it.
5321f74f — Ludovic Courtès 13 years ago
distro: flex: Fix module name.

* distro/packages/flex.scm: Change the module name to (distro packages
  flex).
501b1675 — Nikita Karetnikov 13 years ago
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'.
b147f59f — Nikita Karetnikov 13 years ago
distro: Add GNU Time.

* distro/packages/time.scm: New file.
* Makefile.am (MODULES): Add it.
6e6979c6 — Nikita Karetnikov 13 years ago
distro: Add GNU Which.

* distro/packages/which.scm: New file.
* Makefile.am (MODULES): Add it.
bdd7eb27 — Ludovic Courtès 13 years ago
build: Have `hydra.scm' return one job per package.

* hydra.scm (hydra-jobs): Return one job for each non-bootstrap package.
52bda18a — Ludovic Courtès 13 years ago
packages: Add missing export.

* guix/packages.scm: Export `package-home-page'.
0b3651bc — Ludovic Courtès 13 years ago
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.
fe7777c1 — Nikita Karetnikov 13 years ago
distro: Add GNU Less.

* distro/packages/less.scm: New file.
* Makefile.am (MODULES): Add it.
7f40d97d — Nikita Karetnikov 13 years ago
distro: Add GNU Nano.

* distro/packages/nano.scm: New file.
* Makefile.am (MODULES): Add it.
c80e7e55 — Ludovic Courtès 13 years ago
doc: Mention the pronunciation of "Guix".

* README: Mention pronunciation of "Guix".
* doc/guix.texi (Introduction): Likewise.
da7b042d — Nikita Karetnikov 13 years ago
distro: Add GNU Wget.

* distro/packages/wget.scm: New file; patch-shebang phase added by
  Ludovic Courtès.
* Makefile.am (MODULES): Add it.
034cb8e7 — Nikita Karetnikov 13 years ago
distro: Add GNU Ddrescue.

* distro/packages/ddrescue.scm: New file.
* Makefile.am (MODULES): Add it.
a65e3306 — Ludovic Courtès 13 years ago
doc: Update `README'.

* README: Update introductory summary.  Point to Savannah instead of
  Gitorious.  Mention <bug-guix@gnu.org>.
  (Guix & Nix): New section.
f190f92f — Nikita Karetnikov 13 years ago
distro: Add GNU Gettext.

* distro/packages/gettext.scm,
  distro/packages/patches/gettext-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'gettext.scm'.
  (dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
Next