GNU bug report logs -
#61864
[PATCH] scripts: expose 'allow-collisions' for 'guix install'
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Tue, 28 Feb 2023 06:29:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* guix/scripts/install.scm: Expose 'allow-collisions' option
of 'package' for 'install' alias
---
guix/scripts/install.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/guix/scripts/install.scm b/guix/scripts/install.scm
index 63e625f266..4ab64b5b54 100644
--- a/guix/scripts/install.scm
+++ b/guix/scripts/install.scm
@@ -34,6 +34,8 @@ (define (show-help)
(display (G_ "
-p, --profile=PROFILE use PROFILE instead of the user's default profile"))
;; '--bootstrap' not shown here.
+ (display (G_ "
+ --allow-collisions do not treat collisions in the profile as an error"))
(display (G_ "
-v, --verbosity=LEVEL use the given verbosity LEVEL"))
(newline)
@@ -61,7 +63,8 @@ (define %options
;; Preserve some of the 'guix package' options.
(append (filter (lambda (option)
(any (cut member <> (option-names option))
- '("profile" "dry-run" "verbosity" "bootstrap")))
+ '("profile" "dry-run" "verbosity" "bootstrap"
+ "allow-collisions")))
%package-options)
%transformation-options
base-commit: ea870a70e93e7ea93e35fa8e0afc3cfdb1b66ba2
--
2.39.1
This bug report was last modified 2 years and 53 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.