mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: notcurses: Adjust indentation.
* gnu/packages/notcurses.scm (notcurses): Re-indent.
This commit is contained in:
parent
d0f25610d9
commit
243bcbb8a2
1 changed files with 45 additions and 45 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue