me
/
guix
Archived
1
0
Fork 0

gnu: lightdm: Install documentation.

* gnu/packages/display-managers.scm (lightdm)
[configure-flags]: Add --enable-gtk-doc.
Maxim Cournoyer 2022-08-03 16:58:48 -04:00
parent dbbb1dcd65
commit adbdd07e45
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -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