mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
'--dry-run' no longer implies '--no-grafts'.
* guix/scripts/archive.scm (%options): "dry-run" option no longer adds 'graft? #f to RESULT. * guix/scripts/environment.scm (%options): Likewise. * guix/scripts/pack.scm (%options): Likewise. * guix/scripts/package.scm (%options): Likewise. * guix/scripts/pull.scm (%options): Likewise. * guix/scripts/system.scm (%options): Likewise.
This commit is contained in:
parent
710854304b
commit
131f50cdc9
8 changed files with 8 additions and 9 deletions
|
@ -489,8 +489,7 @@ kind of search path~%")
|
|||
#f)))
|
||||
(option '(#\n "dry-run") #f #f
|
||||
(lambda (opt name arg result arg-handler)
|
||||
(values (alist-cons 'dry-run? #t
|
||||
(alist-cons 'graft? #f result))
|
||||
(values (alist-cons 'dry-run? #t result)
|
||||
#f)))
|
||||
(option '(#\v "verbosity") #t #f
|
||||
(lambda (opt name arg result arg-handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue