ne fonctionne pas.

This commit is contained in:
Yann Dupont 2020-05-09 20:00:27 +02:00
parent a169c74bd5
commit 2683e5ff58

View file

@ -29,6 +29,8 @@
#:use-module (gnu packages readline)
#:use-module (gnu packages tcl)
#:use-module (gnu packages tls)
#:use-module (gnu packages commencement)
#:use-module (gnu packages gcc)
#:use-module (gnu packages web))
@ -177,14 +179,14 @@
(license "not checked")
(home-page "https://wiki.x2go.org")
)
(define-public glicid-fortan-toolchain-8
(make-gcc-toolchain gfortran-8))
(define-public glicid-fortran-toolchain-9
(make-gcc-toolchain gfortan-9))
)
;(define-public glicid-fortan-toolchain-8
; (make-gcc-toolchain gfortran))
;(define-public glicid-fortran-toolchain-9
; (make-gcc-toolchain gfortan))
;;; glicid.scm ends here