mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add gcc-toolchain@7.
* gnu/packages/commencement.scm (gcc-toolchain-7): New variable.
This commit is contained in:
parent
67d84d6335
commit
d7ecab74ee
1 changed files with 3 additions and 0 deletions
|
@ -1025,4 +1025,7 @@ (define-public gcc-toolchain-5
|
|||
(define-public gcc-toolchain-6
|
||||
(gcc-toolchain gcc-6))
|
||||
|
||||
(define-public gcc-toolchain-7
|
||||
(gcc-toolchain gcc-7))
|
||||
|
||||
;;; commencement.scm ends here
|
||||
|
|
Loading…
Reference in a new issue