me
/
guix
Archived
1
0
Fork 0

gnu: Add gdc-toolchain-11.

* gnu/packages/commencement.scm (gdc-toolchain-11): New variable.
master
Efraim Flashner 2023-04-10 16:51:24 +03:00
parent 1be53ad197
commit 5b125c31ef
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 0 deletions

View File

@ -3532,6 +3532,14 @@ D lang development to be installed in user profiles. This includes
gdc, as well as libc (headers and binaries, plus debugging symbols gdc, as well as libc (headers and binaries, plus debugging symbols
in the @code{debug} output), and binutils."))) in the @code{debug} output), and binutils.")))
(define-public gdc-toolchain-11
(package (inherit (make-gcc-toolchain gdc-11))
(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
gdc, as well as libc (headers and binaries, plus debugging symbols
in the @code{debug} output), and binutils.")))
;; Provide the Fortran toolchain package only for the version of gfortran that ;; Provide the Fortran toolchain package only for the version of gfortran that
;; is used by Guix internally to build Fortran libraries, because combining ;; is used by Guix internally to build Fortran libraries, because combining
;; code compiled with different versions can cause problems. ;; code compiled with different versions can cause problems.