gnu: udisks: Enforce non-reference of the "doc" output.
* gnu/packages/freedesktop.scm (udisks)[arguments]: Add #:disallowed-references.
This commit is contained in:
parent
55e1f25d89
commit
c035145968
|
@ -365,6 +365,7 @@ Analysis and Reporting Technology) functionality.")
|
|||
"doc")) ;5 MiB of gtk-doc HTML
|
||||
(arguments
|
||||
`(#:tests? #f ; requiring system message dbus
|
||||
#:disallowed-references ("doc") ;enforce separation of "doc"
|
||||
#:configure-flags
|
||||
(list "--disable-man"
|
||||
"--localstatedir=/var"
|
||||
|
|
Loading…
Reference in New Issue