summaryrefslogtreecommitdiff
path: root/gnu/packages/bootloaders.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/bootloaders.scm')
-rw-r--r--gnu/packages/bootloaders.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index e6e8f867e50..5e3da0dc5ee 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -242,7 +242,7 @@
242 ;; little-endian binaries for the bootloader and the utilities 242 ;; little-endian binaries for the bootloader and the utilities
243 ;; and building with clang is the easiest option. 243 ;; and building with clang is the easiest option.
244 (if (target-ppc64le?) 244 (if (target-ppc64le?)
245 (list clang) 245 (list clang-13)
246 '()) 246 '())
247 247
248 ;; Depend on LVM2 for libdevmapper, used by 'grub-probe' and 248 ;; Depend on LVM2 for libdevmapper, used by 'grub-probe' and