summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/scripts/refresh.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm
index 64019b6eb3..516e09b4ce 100644
--- a/guix/scripts/refresh.scm
+++ b/guix/scripts/refresh.scm
@@ -484,7 +484,8 @@ all are dependent packages: ~{~a~^ ~}~%")
;; Warn about missing updaters when a package is explicitly given on
;; the command line.
(warn? (and (or (assoc-ref opts 'argument)
- (assoc-ref opts 'expression))
+ (assoc-ref opts 'expression)
+ (assoc-ref opts 'manifest))
(not recursive?))))
(with-error-handling
(with-store store