aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-07 19:53:29 +0000
committerng0 <ng0@infotropique.org>2017-09-07 19:53:29 +0000
commitecad620e1c50f7531cb9e22891213de9eb33f32c (patch)
tree62fb03219a7fb6ad4da474b8f8e5bf61d13929aa /contrib/packages/guix
parent72ca24753b37fef6afdf6f40fff5186b12585b18 (diff)
downloadgnunet-ecad620e1c50f7531cb9e22891213de9eb33f32c.tar.gz
gnunet-ecad620e1c50f7531cb9e22891213de9eb33f32c.zip
doc: add rule with noisy build.
Diffstat (limited to 'contrib/packages/guix')
-rw-r--r--contrib/packages/guix/packages/gnunet/packages/gnunet.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index 7de216f1d..ac417921b 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -220,7 +220,7 @@
220 (replace 'build 220 (replace 'build
221 (lambda _ 221 (lambda _
222 (chdir "doc") 222 (chdir "doc")
223 (zero? (system* "make" "doc-all")))) 223 (zero? (system* "make" "doc-all-give-me-the-noise"))))
224 (replace 'install 224 (replace 'install
225 (lambda* (#:key outputs #:allow-other-keys) 225 (lambda* (#:key outputs #:allow-other-keys)
226 (let* ((out (assoc-ref outputs "out")) 226 (let* ((out (assoc-ref outputs "out"))