guix-devel/guix
Ludovic Courtès e76bdf8b87 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.
2012-11-03 21:11:26 +01:00
..
build Add (guix build union). 2012-10-29 22:39:46 +01:00
build-system build-system/gnu: Distinguish between imported modules and used modules. 2012-10-31 17:53:59 +01:00
build-system.scm Abstract build systems. 2012-06-27 23:58:07 +02:00
derivations.scm derivations: Make sure `build-expression->derivation' & co. pass `system'. 2012-10-25 23:14:27 +02:00
ftp-client.scm http/ftp: Tweak to avoid depending on libc's NSS. 2012-10-18 22:32:23 +02:00
ftp.scm distro: Use the bootstrap Guile for the derivation of sources. 2012-10-18 23:18:38 +02:00
http.scm distro: Use the bootstrap Guile for the derivation of sources. 2012-10-18 23:18:38 +02:00
packages.scm guix-build: Gracefully handle `&package-input-error' conditions. 2012-10-27 14:56:46 +02:00
store.scm store: Add `store-path-package-name'. 2012-11-01 01:39:23 +01:00
ui.scm Add (guix ui). 2012-11-01 00:52:44 +01:00
utils.scm build: Clearly mark Nixpkgs as optional. 2012-11-03 21:11:26 +01:00