mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: lightdm: Install documentation.
* gnu/packages/display-managers.scm (lightdm) [configure-flags]: Add --enable-gtk-doc.
This commit is contained in:
parent
dbbb1dcd65
commit
adbdd07e45
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ (define-public lightdm
|
|||
'(#:parallel-tests? #f ; fails when run in parallel
|
||||
#:configure-flags
|
||||
(list "--localstatedir=/var"
|
||||
"--enable-gtk-doc"
|
||||
;; Otherwise the test suite fails on such a warning.
|
||||
"CFLAGS=-Wno-error=missing-prototypes")
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue