gnu: lightdm: Install documentation.
* gnu/packages/display-managers.scm (lightdm) [configure-flags]: Add --enable-gtk-doc.
parent
dbbb1dcd65
commit
adbdd07e45
|
@ -276,6 +276,7 @@ experience for your users, your family and yourself")
|
|||
'(#: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
|
||||
|
|
Reference in New Issue