me
/
guix
Archived
1
0
Fork 0

gnu: icedove: Use updated clang and llvm.

* gnu/packages/gnuzilla.scm (icedove)[native-inputs]: Replace `clang-11`
and `clang-11` with the default version, which is now 13.
Jonathan Brielmaier 2022-06-01 15:10:52 +02:00
parent a8228a6253
commit 16a0aea02d
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F
1 changed files with 2 additions and 2 deletions

View File

@ -1271,8 +1271,8 @@ standards of the IceCat project.")
(base32
"0i2wpi08jfksqqc0j6q362nyk3zmlqd5ds2w7mm74infvrw6fzzq")))))
("cargo" ,rust "cargo")
("clang" ,clang-11)
("llvm" ,llvm-11)
("clang" ,clang)
("llvm" ,llvm)
("m4" ,m4)
("nasm" ,nasm)
("node" ,node)