diff options
-rw-r--r-- | guix/transformations.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/transformations.scm b/guix/transformations.scm index 3f7d20beaa..131b8564f8 100644 --- a/guix/transformations.scm +++ b/guix/transformations.scm @@ -531,7 +531,7 @@ actual compiler." (symlink #$program (string-append bin "/" program))) '("cc" "gcc" "clang" "g++" "c++" "clang++" - "go" "rustc" "zig"))))))) + "gfortran" "go" "rustc" "zig"))))))) (define (build-system-with-tuning-compiler bs micro-architecture) "Return a variant of BS, a build system, that ensures that the compiler that |