aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-27 16:14:30 +0000
committerng0 <ng0@infotropique.org>2017-10-27 16:14:30 +0000
commitbe70bbdc64b58d7a8e5a3f37168ad39efdc51d1d (patch)
tree889cc08ec8257ea948b0905dbde1d423a7946f1c /contrib/packages/guix
parent92efe3b3036a144cf2bb222e7a33004db4a08009 (diff)
downloadgnunet-be70bbdc64b58d7a8e5a3f37168ad39efdc51d1d.tar.gz
gnunet-be70bbdc64b58d7a8e5a3f37168ad39efdc51d1d.zip
doc: doc-gendoc-install rule.
Diffstat (limited to 'contrib/packages/guix')
-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")))