mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
refresh: Turn on warnings when '--manifest' is used.
* guix/scripts/refresh.scm (guix-refresh): Set WARN? when '-m' is used.
This commit is contained in:
parent
fca43e14f7
commit
7489207ff7
1 changed files with 2 additions and 1 deletions
|
@ -484,7 +484,8 @@ (define (options->updaters opts)
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue