guix-devel/guix
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
..
build pull: Use the build procedure provided by the newly-downloaded Guix. 2014-11-09 22:33:45 +01:00
build-system packages: Implement grafts. 2014-11-02 21:22:12 +01:00
import import: pypi: Gracefully handle non-existent packages. 2014-11-05 17:56:39 +01:00
scripts pull: Use the build procedure provided by the newly-downloaded Guix. 2014-11-09 22:33:45 +01:00
base32.scm
base64.scm
build-system.scm
config.scm.in
derivations.scm derivations: Add 'derivation-name'. 2014-11-02 21:22:12 +01:00
download.scm
ftp-client.scm ftp-client: Add missing CR in "USER" command. 2014-05-03 00:46:51 +02:00
gexp.scm gexp: Add #:module-path parameter to 'gexp->derivation'. 2014-11-09 22:33:45 +01:00
git-download.scm download: Allow use of substitutes. 2014-10-16 23:40:10 +02:00
gnu-maintenance.scm
gnupg.scm
hash.scm hash: Add 'open-sha256-input-port', for Guile > 2.0.9. 2014-01-24 00:01:49 +01:00
http-client.scm download: Enlarge your receive buffer. 2014-05-23 22:19:37 +02:00
licenses.scm
monad-repl.scm Add (guix monad-repl). 2014-08-15 16:26:28 +02:00
monads.scm monads: Remove unused 'nargs' parameter from 'lift'. 2014-11-05 22:59:50 +01:00
nar.scm
packages.scm packages: 'package-transitive-supported-systems' accounts for indirect deps. 2014-11-03 21:26:48 +01:00
pk-crypto.scm
pki.scm
profiles.scm
records.scm
serialization.scm
store.scm store: Invalidate caches once GC has run. 2014-11-04 21:13:28 +01:00
svn-download.scm
tests.scm
ui.scm
utils.scm