guix-play/guix
Ludovic Courtès dcee50c114 store: Wait for the server to be done sending output.
* guix/store.scm (current-build-output-port): New variable.
  (process-stderr): Add docstring.  Always return #f, except upon
  %STDERR-LAST.  Upon %STDERR-NEXT, write to
  `current-build-output-port', not `current-error-port'.
  (set-build-options): Loop until `process-stderr' returns true.
  (define-operation): Likewise.
  (build-derivations): Update docstring to mention that it's
  synchronous.
2012-06-16 16:13:12 +02:00
..
build Add supporting tools for the GNU Build System. 2012-06-13 17:03:34 +02:00
derivations.scm Change `build-expression->derivation' to support sub-derivation inputs. 2012-06-13 17:21:27 +02:00
gnu-build-system.scm Change `build-expression->derivation' to support sub-derivation inputs. 2012-06-13 17:21:27 +02:00
http.scm Augment build-expression->derivation' with #:modules; add http-fetch'. 2012-06-12 00:18:14 +02:00
store.scm store: Wait for the server to be done sending output. 2012-06-16 16:13:12 +02:00
utils.scm Add a `%current-system' fluid. 2012-06-11 21:50:17 +02:00