me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/build-aux
Ludovic Courtès 5f93d97005
Add (guix self) and use it when pulling.
This mitigates <https://bugs.gnu.org/27284>.

* guix/self.scm: New file.
* Makefile.am (MODULES): Add it.
* build-aux/build-self.scm (libgcrypt, zlib, gzip, bzip2, xz)
(false-if-wrong-guile, package-for-current-guile, guile-json)
(guile-ssh, guile-git, guile-bytestructures): Remove.
(build): Rewrite to simply delegate to 'compiled-guix'.
* gnu/packages.scm (%distro-root-directory): Rewrite to try different
directories.
* guix/discovery.scm (guix): Export 'scheme-files'.
* guix/scripts/pull.scm (build-and-install): Split into...
(install-latest): ... this.  New procedure.  And...
(build-and-install): ... this, which now takes a monadic value argument.
(indirect-root-added): Remove.
(guix-pull): Call 'add-indirect-root'.  Call 'build-from-source' and
pass the result to 'build-and-install'.
2017-11-21 23:09:16 +01:00
..
cuirass cuirass: Add gnu-system build spec. 2017-09-27 22:19:28 +02:00
hydra hydra: Add jobs for all of '%final-inputs'. 2017-11-07 18:09:13 +01:00
build-self.scm Add (guix self) and use it when pulling. 2017-11-21 23:09:16 +01:00
check-available-binaries.scm
check-final-inputs-self-contained.scm
compile-all.scm build: Honor make's '-j' flag. 2017-10-22 22:09:00 -07:00
download.scm
generate-authors.scm
git-version-gen
gitlog-to-changelog
pre-inst-env.in build: Set 'NIX_BUILD_HOOK' only if offloading is configured. 2017-10-10 23:16:07 -05:00
run-system-tests.scm
test-driver.scm
test-env.in
update-NEWS.scm maint: Add 'update-NEWS' target. 2017-05-18 16:24:02 +02:00
update-guix-package.scm maint: update-guix-package: Protect the checkout from GC. 2017-05-09 12:58:42 +02:00