diff options
author | ng0 <ng0@infotropique.org> | 2017-09-07 19:53:29 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-09-07 19:53:29 +0000 |
commit | ecad620e1c50f7531cb9e22891213de9eb33f32c (patch) | |
tree | 62fb03219a7fb6ad4da474b8f8e5bf61d13929aa /contrib | |
parent | 72ca24753b37fef6afdf6f40fff5186b12585b18 (diff) |
doc: add rule with noisy build.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 2 |
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 7de216f1df..ac417921bb 100644 --- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm +++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm @@ -220,7 +220,7 @@ (replace 'build (lambda _ (chdir "doc") - (zero? (system* "make" "doc-all")))) + (zero? (system* "make" "doc-all-give-me-the-noise")))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) |