me
/
guix
Archived
1
0
Fork 0

gnu: gfortran: Remove obsolete workaround.

* gnu/packages/gcc.scm (gfortran): Use GCC directly.
master
Marius Bakke 2021-05-16 10:37:49 +02:00
parent b4bf509785
commit 11284cb321
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 6 deletions

View File

@ -734,12 +734,7 @@ as the 'native-search-paths' field."
(define-public gfortran
(hidden-package
(custom-gcc (package
(inherit gcc)
;; XXX: Remove LIBSTDC++-HEADERS from the inputs just to
;; avoid a rebuild of all the GFORTRAN dependents.
;; TODO: Remove this hack on the next rebuild cycle.
(inputs (alist-delete "libstdc++" (package-inputs gcc))))
(custom-gcc gcc
"gfortran" '("fortran")
%generic-search-paths)))