~ruther/guix-local

6e94a574787895cd74edd4ecca3fa347ed457330 — Ludovic Courtès 10 years ago 52e1def
guix build: Do not show what to build when '-d' is used.

* guix/scripts/build.scm (guix-build): Don't call 'show-what-to-build'
when OPTS contains 'derivations-only?'.
1 files changed, 2 insertions(+), 1 deletions(-)

M guix/scripts/build.scm
M guix/scripts/build.scm => guix/scripts/build.scm +2 -1
@@ 681,7 681,8 @@ needed."
                                      (_ #f))
                                    opts)))

            (unless (assoc-ref opts 'log-file?)
            (unless (or (assoc-ref opts 'log-file?)
                        (assoc-ref opts 'derivations-only?))
              (show-what-to-build store drv
                                  #:use-substitutes?
                                  (assoc-ref opts 'substitutes?)