gnu: notcurses: Adjust indentation.

* gnu/packages/notcurses.scm (notcurses): Re-indent.
This commit is contained in:
Marius Bakke 2022-08-04 12:03:24 +02:00
parent d0f25610d9
commit 243bcbb8a2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -55,7 +55,7 @@ (define-public notcurses
(list (string-append "CC=" ,(cc-for-target))) (list (string-append "CC=" ,(cc-for-target)))
;; These flags are documented in 'INSTALL.md' in the source distribution. ;; These flags are documented in 'INSTALL.md' in the source distribution.
#:configure-flags #:configure-flags
'(;; Do not build "coverage" '( ;; Do not build "coverage"
"-DUSE_COVERAGE=off" "-DUSE_COVERAGE=off"
;; Do not build HTML documentation ;; Do not build HTML documentation
"-DUSE_DOXYGEN=off" "-DUSE_DOXYGEN=off"