guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: system: Avoid collision between GMP variants in the global profil


From: Ludovic Courtès
Subject: 01/01: system: Avoid collision between GMP variants in the global profile.
Date: Fri, 30 Jun 2017 16:11:10 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 86f2309263bc6c89e7441315d358204797b90bb5
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 30 22:10:07 2017 +0200

    system: Avoid collision between GMP variants in the global profile.
    
    * gnu/system.scm (%base-packages): Move GUILE-2.2 out of the list passed
    to 'canonical-package'.
---
 gnu/system.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 39f8465..e813bfc 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -514,10 +514,16 @@ explicitly appear in OS."
 
          bash-completion
 
+         ;; XXX: We don't use (canonical-package guile-2.2) here because that
+         ;; would create a collision in the global profile between the GMP
+         ;; variant propagated by 'guile-final' and the GMP variant propagated
+         ;; by 'gnutls', itself propagated by 'guix'.
+         guile-2.2
+
          ;; The packages below are also in %FINAL-INPUTS, so take them from
          ;; there to avoid duplication.
          (map canonical-package
-              (list guile-2.2 bash coreutils findutils grep sed
+              (list bash coreutils findutils grep sed
                     diffutils patch gawk tar gzip bzip2 xz lzip))))
 
 (define %default-issue



reply via email to

[Prev in Thread] Current Thread [Next in Thread]