summaryrefslogtreecommitdiff
path: root/release.nix
Commit message (Collapse)AuthorAge
* release.nix: Use `--no-substitutes' in `distro.hello'.Ludovic Courtès2012-10-31
| | | | | | * release.nix (distro.hello): Use `guix-build --no-substitutes', to avoid failures due to unavailable stale substitutes on hydra.nixos.org.
* release.nix: Change `distro.hello' to produce something.Ludovic Courtès2012-10-28
| | | | | | * 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'.
* release.nix: Add a `distro.hello' job.Ludovic Courtès2012-10-27
| | | | * release.nix (distro.hello): New job.
* release.nix: Pre-download the Guile bootstrap tarball.Ludovic Courtès2012-10-27
| | | | | * release.nix (bootstrap_guile): New variable. (build)[preBuild]: New attribute.
* release.nix: Set succeed-on-failure and build-out-source-tree.Ludovic Courtès2012-10-27
| | | | | | * release.nix: Define `succeedOnFailure', `keepBuildDirectory', and `buildOutOfSourceTree'. (build): Inherit them.
* release.nix: Add dependency on GNU Texinfo.Ludovic Courtès2012-10-17
| | | | * release.nix (tarball)[buildNativeInputs]: Add `texinfo'.
* release.nix: Add dependency on GNU libgcrypt.Ludovic Courtès2012-08-17
| | | | * release.nix (build)[configureFlags]: Add `--with-libgcrypt-prefix'.
* release.nix: Build out of chroot.Ludovic Courtès2012-08-14
| | | | * release.nix: Add `preConfigure' and `__noChroot' attributes.
* build: Add release.nix.Ludovic Courtès2012-08-14
* release.nix: New file. * Makefile.am (EXTRA_DIST): Add it.