~ruther/guix-local

ref: 9144af5aa7b757b1dacd3f39ebdac8a31bc36e9f guix-local/release.nix -rw-r--r-- 4.0 KiB
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.