aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/packages')
-rw-r--r--contrib/packages/guix/gnunet-doc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/guix/gnunet-doc.scm b/contrib/packages/guix/gnunet-doc.scm
index b1ede6612..8e775e801 100644
--- a/contrib/packages/guix/gnunet-doc.scm
+++ b/contrib/packages/guix/gnunet-doc.scm
@@ -152,7 +152,7 @@
152 ;;(zero? (system* "make" "doc-all-give-me-the-noise")))) 152 ;;(zero? (system* "make" "doc-all-give-me-the-noise"))))
153 (replace 'install 153 (replace 'install
154 (lambda _ 154 (lambda _
155 (zero? (system* "make" "doc-all-install"))))))) 155 (zero? (system* "make" "doc-gendoc-install")))))))
156 ;;(lambda* (#:key outputs #:allow-other-keys) 156 ;;(lambda* (#:key outputs #:allow-other-keys)
157 ;; (let* ((out (assoc-ref outputs "out")) 157 ;; (let* ((out (assoc-ref outputs "out"))
158 ;; (doc (string-append out "/share/doc/gnunet"))) 158 ;; (doc (string-append out "/share/doc/gnunet")))