This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7572a7b9bb import/cran: Prevent overwriting the definition of
%standard-phases.
7572a7b9bb is described below
commit 7572a7b9bb630badfd3d931a694505a2c0022927
Author: John Dawson <[email protected]>
AuthorDate: Tue Dec 9 12:50:35 2025 +0000
import/cran: Prevent overwriting the definition of %standard-phases.
* guix/import/cran.scm (maybe-arguments): Do not overwrite %STANDARD-PHASES
with the definition from MINIFY-BUILD-SYSTEM.
Change-Id: I6e4cd64575ea029665db0d3b3aecdea38c41fe9d
---
guix/import/cran.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index b7c7fe38e2..a53e75a71b 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2021 Sarah Morgensen <[email protected]>
;;; Copyright © 2021 Simon Tournier <[email protected]>
;;; Copyright © 2022 Hartmut Goebel <[email protected]>
+;;; Copyright © 2025 John Dawson <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -849,7 +850,7 @@ S-expression."
(let ((input-names (map upstream-input-name inputs))
(esbuild-modules '(#:modules
'((guix build r-build-system)
- (guix build minify-build-system)
+ ((guix build minify-build-system) #:select
(minify))
(guix build utils)
(ice-9 match))
#:imported-modules