gnu: udisks: Appease guix lint.

The line is too long and HTML docs are build fine without it.

* gnu/packages/freedesktop.scm (udisks)[arguments]: Remove configure
flag '--enable-gtk-doc'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Brice Waegeneire 2020-05-14 00:25:39 +02:00 committed by Efraim Flashner
parent 59b7689e28
commit 34316259c9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -934,7 +934,6 @@ (define-public udisks
#:disallowed-references ("doc") ;enforce separation of "doc"
#:configure-flags
(list "--enable-man"
"--enable-gtk-doc" ; Without this the HTML doc does not seem to build automatically.
"--enable-available-modules" ; Such as lvm2, btrfs, etc.
"--localstatedir=/var"
"--enable-fhs-media" ;mount devices in /media, not /run/media