mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ Analysis and Reporting Technology) functionality.")
|
||||||
"doc")) ;5 MiB of gtk-doc HTML
|
"doc")) ;5 MiB of gtk-doc HTML
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; requiring system message dbus
|
`(#:tests? #f ; requiring system message dbus
|
||||||
|
#:disallowed-references ("doc") ;enforce separation of "doc"
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "--disable-man"
|
(list "--disable-man"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue