mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove gdc-toolchain-10.
* gnu/packages/commencement.scm (gdc-toolchain-10): Delete variable. Change-Id: I0862bd93ae6fea8a50889990db454485b6f22513
This commit is contained in:
parent
fef98da646
commit
0dbe72111f
2 changed files with 0 additions and 14 deletions
|
@ -3750,15 +3750,6 @@ is the GNU Compiler Collection.")
|
||||||
;; automatically "redirects" them to 'gcc-toolchain'.
|
;; automatically "redirects" them to 'gcc-toolchain'.
|
||||||
(deprecated-package "gcc" gcc-toolchain))
|
(deprecated-package "gcc" gcc-toolchain))
|
||||||
|
|
||||||
|
|
||||||
(define-public gdc-toolchain-10
|
|
||||||
(package (inherit (make-gcc-toolchain gdc-10))
|
|
||||||
(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.")))
|
|
||||||
|
|
||||||
(define-public gdc-toolchain-11
|
(define-public gdc-toolchain-11
|
||||||
(package (inherit (make-gcc-toolchain gdc-11))
|
(package (inherit (make-gcc-toolchain gdc-11))
|
||||||
(synopsis "Complete GCC tool chain for D lang development")
|
(synopsis "Complete GCC tool chain for D lang development")
|
||||||
|
|
|
@ -1285,11 +1285,6 @@ as the 'native-search-paths' field."
|
||||||
"gfortran" '("fortran")
|
"gfortran" '("fortran")
|
||||||
%generic-search-paths)))
|
%generic-search-paths)))
|
||||||
|
|
||||||
(define-public gdc-10
|
|
||||||
(hidden-package
|
|
||||||
(custom-gcc gcc-10 "gdc" '("d")
|
|
||||||
%generic-search-paths)))
|
|
||||||
|
|
||||||
(define-public gdc-11
|
(define-public gdc-11
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(custom-gcc gcc-11 "gdc" '("d")
|
(custom-gcc gcc-11 "gdc" '("d")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue