~ruther/guix-local

cd3ded43 — Ludovic Courtès 13 years ago
store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR.

* guix/store.scm (%nix-state-dir): Honor $NIX_STATE_DIR.
  (%store-prefix): Honor $NIX_STORE_DIR.
860a6f1a — Ludovic Courtès 13 years ago
derivations: Fix erroneous call to `add-to-store' for local files as input.

* guix/derivations.scm (derivation)[inputs]: Fix typo in call to
  `add-to-store'.
* tests/derivations.scm ("derivation with local file as input"): New test.
* tests/packages.scm ("trivial with local file as input"): New test.
3036a01f — Ludovic Courtès 13 years ago
Augment `TODO'.
18d50d76 — Ludovic Courtès 13 years ago
distro: Add GNU lsh.

* distro/packages/lsh.scm,
  distro/packages/patches/lsh-guile-compat.patch:
  distro/packages/patches/lsh-no-root-login.patch:
  distro/packages/patches/lsh-pam-service-name.patch: New files.
* Makefile.am (MODULES): Add lsh.scm.
  (dist_patch_DATA): Add the above patches.
02b80c3f — Nikita Karetnikov 13 years ago
distro: Add util-linux.

* distro/packages/linux.scm (util-linux): New variable.
686f14e8 — Ludovic Courtès 13 years ago
distro: Add psmisc.

* distro/packages/linux.scm (psmisc): New variable.
7eba5e63 — Ludovic Courtès 13 years ago
distro: make-bootstrap: Use `linux' module.

* distro/packages/make-bootstrap.scm: Use (distro packages linux).  This
  is a followup to 80fe5c6.
967305e8 — Ludovic Courtès 13 years ago
distro: gnutls: Build sequentially.

* distro/packages/gnutls.scm (gnutls)[arguments]: New field.
3af4e053 — Ludovic Courtès 13 years ago
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.
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.
Next