Thank you for your review! Liliana Marie Prikler writes: > reassign 62394 guix-patches > thanks > >> * gnu/packages/compression.scm (zlib): add (tunable? . #t) property > Should probably be ... (zlib)[properties]: Add tunable?. > Likewise for the other packages. Thank you — fixed. >> + (properties '((tunable? . #t))) ;; advantages of Clear Linux >> over Ubuntu seen + perf: >> https://www.phoronix.com/review/zen4-clear-linux/2 >> (arguments > Don't exceed the line limit even in a comment. > Properties are supposed to be the *last* field of a package. Thank you — I moved the properties to the last field and moved the explanation and description into the commit message. A new patch is attached.