gnu: udisks: Enforce non-reference of the "doc" output.

* gnu/packages/freedesktop.scm (udisks)[arguments]: Add
  #:disallowed-references.
This commit is contained in:
Ludovic Courtès 2016-03-20 22:51:09 +01:00
parent 55e1f25d89
commit c035145968

View file

@ -365,6 +365,7 @@ (define-public udisks
"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"