Tobias Geerinckx-Rice <m...@tobias.gr> skribis: > * gnu/packages/linux.scm (mcelog): New variable.
To complement what Marius wrote… > + (arguments > + `(#:phases (modify-phases %standard-phases > + (delete 'configure)) ; no configure script > + #:make-flags (list "CC=gcc" Please align the #:. > + (description > + "The mcelog daemon is required by the Linux kernel to log memory, I/O, > + CPU, and other hardware errors on x86 systems. It can also perform > + user-defined tasks, such as bringing bad pages off-line, when > + configurable error thresholds are exceeded.") ^^^^^^ Remove leading space here. Thanks. :-) Ludo’.