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
|
@ -183,7 +183,7 @@ Export/import one or more packages from/to the store.\n"))
|
|||
(alist-delete 'verbosity result)))))
|
||||
(option '(#\n "dry-run") #f #f
|
||||
(lambda (opt name arg result)
|
||||
(alist-cons 'dry-run? #t (alist-cons 'graft? #f result))))
|
||||
(alist-cons 'dry-run? #t result)))
|
||||
|
||||
%standard-build-options))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue