~ruther/guix-local

ref: bc5bf85fa222cf06e5d8236d01872c1bb89a8d20 guix-local/release.nix -rw-r--r-- 4.5 KiB
a784c307 — Ludovic Courtès 13 years ago
Merge branch 'master' into core-updates

Conflicts:
	distro/packages/multiprecision.scm
cdec10f9 — Ludovic Courtès 13 years ago
release.nix: Remove trailing "/nix" from localstatedir.

* release.nix (tarball, build): Use /nix/var as localstatedir, as a
  follow-up to 7f4f065.
6cb3ccf8 — Ludovic Courtès 13 years ago
release.nix: tarball: Fix typo.

* release.nix (tarball): Replace "gnulib" by "nix".
cb1427dd — Ludovic Courtès 13 years ago
release.nix: tarball: Fix typo.

* release.nix (tarball): Replace "gnulib" by "nix".
1e982451 — Ludovic Courtès 13 years ago
Merge branch 'nix-integration'

Conflicts:
	tests/guix-package.sh
b35c0f86 — Ludovic Courtès 13 years ago
release.nix: Add `build_disable_daemon'.

* release.nix (build_disable_daemon): New job.
6a95fa50 — Ludovic Courtès 13 years ago
release.nix: build: Allow builds within a chroot.

* release.nix (build): Remove `__noChroot' and `preConfigure'.
5fb86803 — Ludovic Courtès 13 years ago
release.nix: Build the daemon.

* release.nix (tarball): Add `preAutoconf'.  Augment `buildInputs' and
  `configureFlags' to allow daemon builds.
  (build): Likewise.
6709752f — Ludovic Courtès 13 years ago
release.nix: Pass `--with-libgcrypt-prefix' in the `tarball' job.

* release.nix (jobs.tarball)[configureFlags]: Pass
  `--with-libgcrypt-prefix'.
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.
f03da4a0 — Ludovic Courtès 13 years ago
release.nix: Use `--no-substitutes' in `distro.hello'.

* release.nix (distro.hello): Use `guix-build --no-substitutes', to
  avoid failures due to unavailable stale substitutes on
  hydra.nixos.org.
48da001f — Ludovic Courtès 13 years ago
release.nix: Change `distro.hello' to produce something.

* release.nix (distro.hello)[buildPhase]: Tee the log to $out.  Add a
  `name' attribute; remove `buildInputs' and instead use the full path
  to `guix-build'.
9144af5a — Ludovic Courtès 13 years ago
release.nix: Add a `distro.hello' job.

* release.nix (distro.hello): New job.
1c52c42f — Ludovic Courtès 13 years ago
release.nix: Pre-download the Guile bootstrap tarball.

* release.nix (bootstrap_guile): New variable.
  (build)[preBuild]: New attribute.
cc9abfd0 — Ludovic Courtès 13 years ago
release.nix: Set succeed-on-failure and build-out-source-tree.

* release.nix: Define `succeedOnFailure', `keepBuildDirectory', and
  `buildOutOfSourceTree'.
  (build): Inherit them.
8587b542 — Ludovic Courtès 13 years ago
release.nix: Add dependency on GNU Texinfo.

* release.nix (tarball)[buildNativeInputs]: Add `texinfo'.
ad102c46 — Ludovic Courtès 13 years ago
release.nix: Add dependency on GNU libgcrypt.

* release.nix (build)[configureFlags]: Add `--with-libgcrypt-prefix'.
10d82898 — Ludovic Courtès 13 years ago
release.nix: Build out of chroot.

* release.nix: Add `preConfigure' and `__noChroot' attributes.
2152e3c5 — Ludovic Courtès 13 years ago
build: Add release.nix.

* release.nix: New file.
* Makefile.am (EXTRA_DIST): Add it.