guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gcc-toolchain: Remove duplicate gcc-toolchain@10.


From: guix-commits
Subject: 01/02: gnu: gcc-toolchain: Remove duplicate gcc-toolchain@10.
Date: Thu, 1 Jul 2021 15:39:20 -0400 (EDT)

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

commit 6bd8501e6883aabb779b2464ade81f7e28b19412
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jul 1 14:10:18 2021 +0200

    gnu: gcc-toolchain: Remove duplicate gcc-toolchain@10.
    
    This is a followup to 4796b5d6d18dcc0f1b6c8e134977ebdb575c5741.
    
    Fixes the "fold-available-packages with/without cache" test in
    'tests/packages.scm'.
    
    * gnu/packages/commencement.scm (gcc-toolchain-8): Explicitly refer to
    GCC-8.
    (gcc-toolchain-10): Turn into an alias for GCC-TOOLCHAIN.
---
 gnu/packages/commencement.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index af61512..1ae37d7 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3808,13 +3808,13 @@ is the GNU Compiler Collection.")
   (make-gcc-toolchain gcc-7))
 
 (define-public gcc-toolchain-8
-  gcc-toolchain)
+  (make-gcc-toolchain gcc-8))
 
 (define-public gcc-toolchain-9
   (make-gcc-toolchain gcc-9))
 
 (define-public gcc-toolchain-10
-  (make-gcc-toolchain gcc-10))
+  gcc-toolchain)
 
 (define-public gcc-toolchain-11
   (make-gcc-toolchain gcc-11))



reply via email to

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