mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
59b7689e28
commit
34316259c9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue