~ruther/guix-local

83667645 — Ludovic Courtès 13 years ago
distro: lout: Delay use of of `nixpkgs-derivation'.

* distro/packages/lout.scm (lout): Don't fork with `nixpkgs-derivation',
  to avoid any issues in the absence of `nix-instantiate'.
200dc937 — Ludovic Courtès 13 years ago
derivations: Distinguish direct store paths from files within a store path.

* guix/derivations.scm (derivation)[direct-store-path?]: New procedure.
  Use it to determine which inputs must be added to the store.
3259877d — Ludovic Courtès 13 years ago
store: Add GC-related operations.

* guix/store.scm (gc-action): New enumerate type.
  (read-long-long, read-string-list, write-store-path,
  write-store-path-list, read-store-path-list): New procedures.
  (write-arg): Add support for `store-path' and `store-path-list'.
  (read-arg): Add support for `store-path-list'.
  (define-operation): Add support for multiple-value returns.
  (run-gc, live-paths, dead-paths, collect-garbage, delete-paths): New
  procedures.
  (%long-long-max): New macro.
* tests/store.scm: New file.
* Makefile.am (TESTS): Add it.
d3648e01 — Ludovic Courtès 13 years ago
store: Add `add-temp-root'.

* guix/store.scm (add-temp-root): New procedure.
2af7e4a3 — Ludovic Courtès 13 years ago
Update `THANKS'.
51c8d790 — Ludovic Courtès 13 years ago
doc: Correct short name of `--install' option of `guix-package'.

* doc/guix.texi (Invoking guix-package): Fix short form of `--install'.
  Reported by Andreas Enge <andreas@enge.fr>.
2d34fa49 — Ludovic Courtès 13 years ago
Update `TODO'.
09c95deb — Ludovic Courtès 13 years ago
Change email address in `AUTHORS'.
a0f16bb6 — Ludovic Courtès 13 years ago
Update `AUTHORS'.
838d78e3 — Nikita Karetnikov 13 years ago
Add (guix licenses).

* guix/licenses.scm: New file.
* Makefile.am (MODULES): Add it.
a4eabecd — Ludovic Courtès 13 years ago
download: Fix the primary Savannah URL.

* guix/download.scm (%mirrors)[savannah]: Use
  "http://download.savannah.gnu.org/releases/" as the primary URL.
6ad2697d — Nikita Karetnikov 13 years ago
distro: Add ACL.

* distro/packages/acl.scm: New file.  Dependency on Perl added by
  Ludovic.
* Makefile.am (MODULES): Add it.
3d282f90 — Nikita Karetnikov 13 years ago
distro: Add Attr.

* distro/packages/attr.scm: New file.  Dependency on Perl and
  `patch-shebang' added by Ludovic.
* Makefile.am (MODULES): Add it.
22189ed1 — Nikita Karetnikov 13 years ago
Add (guix gnu-maintenance).

* guix/gnu-maintenance.scm: New file.
* Makefile.am (MODULES): Add it.
c7bdb1b9 — Ludovic Courtès 13 years ago
guix-build: Don't connect to the daemon when run with `--version' or `--help'.

* guix-build.in (%store): Turn into a SRFI-39 parameter.  Update users.
  (guix-build): Set %STORE and call `open-connection' only after
  `parse-options' has been called.
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.
Next