mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix scripts: Disable grafting on dry runs.
* guix/scripts/archive.scm, guix/scripts/build.scm, guix/scripts/environment.scm, guix/scripts/system.scm, guix/scripts/package.scm: Disable grafting when a dry-run parameter is given.
This commit is contained in:
parent
d03db7434b
commit
fd59105c49
5 changed files with 6 additions and 5 deletions
|
@ -162,7 +162,7 @@ Export/import one or more packages from/to the store.\n"))
|
|||
(alist-cons 'expression arg result)))
|
||||
(option '(#\n "dry-run") #f #f
|
||||
(lambda (opt name arg result)
|
||||
(alist-cons 'dry-run? #t result)))
|
||||
(alist-cons 'dry-run? #t (alist-cons 'graft? #f result))))
|
||||
|
||||
%standard-build-options))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue