~ruther/guix-local

ref: e76bdf8b87920b87a2a2e728c2e40ff24ca39ffe guix-local/README -rw-r--r-- 2.0 KiB
e76bdf8b — Ludovic Courtès 13 years ago
build: Clearly mark Nixpkgs as optional.

* configure.ac: Always show the result of checking for Nixpkgs.  Don't
  warn when Nixpkgs is not found.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Remove `--with-nixpkgs'
  flag.
* guix/utils.scm (%nixpkgs-directory): Use either the compile-time or
  the run-time `NIXPKGS' environment variable.
* release.nix (jobs.tarball, jobs.build): Remove `--with-nixpkgs'
  configure flag.
* README: Mark Nixpkgs as optional.

* distro/packages/databases.scm, distro/packages/guile.scm,
  distro/packages/typesetting.scm: Change uses of `nixpkgs-derivation*'
  to `nixpkgs-derivation', to avoid failing at compile-time.
7da7ae93 — Ludovic Courtès 13 years ago
Augment `README'.

* README (Hacking): Mention `--with-nixpkgs'.  List the autotools and
  Gettext, as suggested by Nikita Karetnikov <nikita.karetnikov@gmail.com>.
a1e4a936 — Ludovic Courtès 13 years ago
Update list of dependencies.

* README: Require libgcrypt or libchop.
4255d4e3 — Ludovic Courtès 13 years ago
Augment `README'.
b7a7f598 — Ludovic Courtès 13 years ago
Add the usual top-level files.