guix-devel/guix/build
Ludovic Courtès f81ac34dd9 pull: Use the build procedure provided by the newly-downloaded Guix.
Fixes <http://bugs.gnu.org/18534>.

* guix/scripts/pull.scm (with-environment-variable, with-PATH): New
  macros.
  (temporary-directory, first-directory, interned-then-deleted): New
  procedures.
  (unpack): Rewrite to do the unpacking in the current process rather
  than as a separate derivation.
  (%self-build-file): New variable.
  (build-from-source): New procedure.
  (build-and-install): Use it.
* guix/build/pull.scm (build-guix): Rename 'tarball' argument to
  'source'.  Remove #:tar and #:gzip parameters, as well as 'tar'
  invocation.  Remove 'scandir' invocation.  Wrap body in
  'with-directory-excursion'.
* build-aux/build-self.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2014-11-09 22:33:45 +01:00
..
cmake-build-system.scm build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo". 2014-10-04 22:59:38 +02:00
download.scm download: Add "Accept: */*" to the headers. 2014-10-19 12:07:53 +02:00
emacs-utils.scm Add (guix build emacs-utils). 2014-08-14 23:53:04 -04:00
git.scm git-download: Support recursive clones. 2014-06-27 23:04:48 +02:00
glib-or-gtk-build-system.scm gnu: Add the 'glib-or-gtk' build system. 2014-10-08 12:01:50 +02:00
gnu-build-system.scm gnu-build-system: Add 'patch-usr-bin-file' to %standard-phases. 2014-08-23 20:48:18 -04:00
gnu-dist.scm build-system/gnu: Add `dist-package'. 2013-08-24 17:30:31 +02:00
graft.scm derivations: Add 'graft-derivation'. 2014-10-08 12:01:49 +02:00
perl-build-system.scm Use #:prefix instead of #:renamer with 'symbol-prefix-proc'. 2014-09-23 18:52:29 -04:00
pull.scm pull: Use the build procedure provided by the newly-downloaded Guix. 2014-11-09 22:33:45 +01:00
python-build-system.scm Use #:prefix instead of #:renamer with 'symbol-prefix-proc'. 2014-09-23 18:52:29 -04:00
rpath.scm Add (guix build rpath). 2013-05-08 23:45:02 +02:00
ruby-build-system.scm build: Add ruby build system. 2014-09-28 15:09:24 -04:00
store-copy.scm vm: Move store copy handling to (guix build store-copy). 2014-09-04 23:24:54 +02:00
svn.scm Add (guix svn-download). 2014-03-27 00:21:44 +01:00
syscalls.scm syscalls: Adjust /proc/net/dev parser for old kernels. 2014-09-22 21:12:26 +02:00
union.scm union: Ensure that the output is always a directory. 2014-04-03 18:35:16 -04:00
utils.scm utils: Import (ice-9 format). 2014-09-14 11:54:25 -04:00