diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index d5e191770..68d497e95 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -260,8 +260,8 @@ developers.") (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (man1 (string-append out "/share/man/man1"))) - (install-file "docs/i3blocks.1" man1))))) - #:tests? #f)) + (install-file "docs/i3blocks.1" man1) + #t)))))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake)