Skip to content
Snippets Groups Projects
Unverified Commit 34316259 authored by Brice Waegeneire's avatar Brice Waegeneire Committed by Efraim Flashner
Browse files

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: default avatarEfraim Flashner <efraim@flashner.co.il>
parent 59b7689e
No related branches found
No related tags found
No related merge requests found
...@@ -934,7 +934,6 @@ (define-public udisks ...@@ -934,7 +934,6 @@ (define-public udisks
#:disallowed-references ("doc") ;enforce separation of "doc" #:disallowed-references ("doc") ;enforce separation of "doc"
#:configure-flags #:configure-flags
(list "--enable-man" (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. "--enable-available-modules" ; Such as lvm2, btrfs, etc.
"--localstatedir=/var" "--localstatedir=/var"
"--enable-fhs-media" ;mount devices in /media, not /run/media "--enable-fhs-media" ;mount devices in /media, not /run/media
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment