gnu: gcc-toolchain: Remove duplicate gcc-toolchain@10.

This is a followup to 4796b5d6d1.

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.
This commit is contained in:
Ludovic Courtès 2021-07-01 14:10:18 +02:00
parent 4c0cf61afd
commit 6bd8501e68
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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))