mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 22:35:57 +02:00
gnu: gdc-toolchain: Update to version 14.
* gnu/packages/commencement.scm (gdc-toolchain-11): Rename to... (gdc-toolchain): ... this. Inherit from gdc instead of gdc-11. Change-Id: I31f12856283eafcf34b06b38ea6beffab5869f55
This commit is contained in:
@@ -3750,8 +3750,8 @@ is the GNU Compiler Collection.")
|
||||
;; automatically "redirects" them to 'gcc-toolchain'.
|
||||
(deprecated-package "gcc" gcc-toolchain))
|
||||
|
||||
(define-public gdc-toolchain-11
|
||||
(package (inherit (make-gcc-toolchain gdc-11))
|
||||
(define-public gdc-toolchain
|
||||
(package (inherit (make-gcc-toolchain gdc))
|
||||
(synopsis "Complete GCC tool chain for D lang development")
|
||||
(description "This package provides a complete GCC tool chain for
|
||||
D lang development to be installed in user profiles. This includes
|
||||
|
||||
Reference in New Issue
Block a user