[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: udisks: Enforce non-reference of the "doc" output.
From: |
Ludovic Courtès |
Subject: |
04/04: gnu: udisks: Enforce non-reference of the "doc" output. |
Date: |
Sun, 20 Mar 2016 21:53:18 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit c03514596809c10ed025d669212d74b5c905c71a
Author: Ludovic Courtès <address@hidden>
Date: Sun Mar 20 22:51:09 2016 +0100
gnu: udisks: Enforce non-reference of the "doc" output.
* gnu/packages/freedesktop.scm (udisks)[arguments]: Add
#:disallowed-references.
---
gnu/packages/freedesktop.scm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e17ec7c..972eafc 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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"