guix-devel/guix/build
Ludovic Courtès 8c3488259e
Add (guix progress).
Among other things, this removes (guix utils), (guix ui), (guix config),
etc. from the closure of (guix build download), as was the case since
798648515b.

* guix/utils.scm (<progress-reporter>, call-with-progress-reporter):
Move to...
* guix/progress.scm: ... here.  New file.
* Makefile.am (MODULES): Add it.
* guix/build/download.scm (current-terminal-columns)
(nearest-exact-integer, duration->seconds, seconds->string)
(byte-count->string, progress-bar, string-pad-middle)
(rate-limited, progress-reporter/file, dump-port*)
(time-monotonic): Move to progress.scm.
* guix/scripts/download.scm: Adjust accordingly.
* guix/scripts/substitute.scm: Likewise.
2017-10-19 23:21:49 +02:00
..
ant-build-system.scm guix: ant-build-system: Add #:test-include and #:test-exclude arguments. 2017-10-03 21:38:23 +02:00
asdf-build-system.scm
bournish.scm
cargo-build-system.scm
cmake-build-system.scm
cvs.scm
download.scm Add (guix progress). 2017-10-19 23:21:49 +02:00
dub-build-system.scm
emacs-build-system.scm emacs-build-system: Change how patch-el-files substitutes commands. 2017-10-15 19:02:44 +01:00
emacs-utils.scm
font-build-system.scm
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm
gnu-dist.scm
go-build-system.scm build: Add the Go build system. 2017-10-12 21:22:40 -04:00
graft.scm graft: Correctly replace references near the end of the scan buffer. 2017-08-24 23:55:51 +02:00
gremlin.scm
haskell-build-system.scm
hg.scm
java-utils.scm
lisp-utils.scm
make-bootstrap.scm
meson-build-system.scm build-system: Add 'meson-build-system'. 2017-09-16 18:07:00 +02:00
minify-build-system.scm build: Add minify build system. 2017-08-04 11:23:52 +02:00
ocaml-build-system.scm
perl-build-system.scm
profiles.scm
pull.scm pull: Honor 'parallel-job-count'. 2017-10-07 17:08:33 +02:00
python-build-system.scm
qt-utils.scm
r-build-system.scm
rpath.scm
ruby-build-system.scm
store-copy.scm vm: Estimate the disk size by default. 2017-06-30 00:16:50 +02:00
svn.scm
syscalls.scm syscalls: clone: Define syscall-id for aarch64. 2017-10-09 18:55:18 -05:00
texlive-build-system.scm build-system: texlive: Build union in configure phase. 2017-07-09 17:07:27 +02:00
union.scm
utils.scm
waf-build-system.scm