diff options
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")) |