Skip to content

Commit e7aaf8d

Browse files
committed
Building with gcc-11
1 parent 084dce5 commit e7aaf8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guix.scm

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
(gnu packages bioinformatics)
2323
(gnu packages build-tools)
2424
(gnu packages curl)
25+
(gnu packages gcc)
2526
(gnu packages llvm)
2627
(gnu packages ninja)
2728
(gnu packages parallel)
@@ -64,6 +65,7 @@
6465
`(
6566
;; ("clang" ,clang) ; add this to test clang builds
6667
;; ("lld" ,lld) ; add this to test clang builds
68+
("gcc" ,gcc-11)
6769
("bc" ,bc) ; for tests
6870
("coreutils" ,coreutils) ; for echo and env in tests
6971
("curl" ,curl)

0 commit comments

Comments
 (0)