diff options
Diffstat (limited to 'guix/scripts/build.scm')
-rw-r--r-- | guix/scripts/build.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm index 2decdb45ed..f2b8ca135e 100644 --- a/guix/scripts/build.scm +++ b/guix/scripts/build.scm @@ -679,6 +679,9 @@ needed." (_ #f)) opts))) + (when (null? items) + (warning (G_ "no arguments specified, nothing to build~%"))) + (cond ((assoc-ref opts 'log-file?) ;; Pass 'show-build-log' the output file names, not the ;; derivation file names, because there can be several |