aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-06-13 08:52:41 +0000
committerNils Gillmann <ng0@n0.is>2018-06-13 08:52:41 +0000
commite82af68d63c88ea674dab3994fc7a4bb32ebdd23 (patch)
treecd4fd2f3fe0b983f1144e2330a8f3e8bcf2fcd73 /contrib/scripts
parent5c7f4f919d2569f49e4223d77000452dd2ec4e97 (diff)
downloadgnunet-e82af68d63c88ea674dab3994fc7a4bb32ebdd23.tar.gz
gnunet-e82af68d63c88ea674dab3994fc7a4bb32ebdd23.zip
seems like mysql is currently broken in Guix
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/scripts')
-rw-r--r--contrib/scripts/documentation/gnunet-doc.scm66
1 files changed, 33 insertions, 33 deletions
diff --git a/contrib/scripts/documentation/gnunet-doc.scm b/contrib/scripts/documentation/gnunet-doc.scm
index 4ae23b298..077efacad 100644
--- a/contrib/scripts/documentation/gnunet-doc.scm
+++ b/contrib/scripts/documentation/gnunet-doc.scm
@@ -76,17 +76,17 @@
76 (string-append (current-source-directory) 76 (string-append (current-source-directory)
77 "/../../../")) 77 "/../../../"))
78 source-file?)))) 78 source-file?))))
79 (package 79 (package
80 (name "gnunet-doc") 80 (name "gnunet-doc")
81 (version (string-append "0.10.1-" revision "." "dev")) 81 (version (string-append "0.10.1-" revision "." "dev"))
82 (source 82 (source
83 (local-file ;;"../../.." 83 (local-file ;;"../../.."
84 ;;%source-dir 84 ;;%source-dir
85 ;;(string-append (getcwd) "/../../../") 85 ;;(string-append (getcwd) "/../../../")
86 (string-append (getcwd)) ;drrty hack and this assumes one static position FIXME! 86 (string-append (getcwd)) ;drrty hack and this assumes one static position FIXME!
87 #:recursive? #t)) 87 #:recursive? #t))
88 ;;#:select? (git-predicate %source-dir))) 88 ;;#:select? (git-predicate %source-dir)))
89 ;;#:select? (force select?))) 89 ;;#:select? (force select?)))
90 (build-system gnu-build-system) 90 (build-system gnu-build-system)
91 (inputs 91 (inputs
92 `(("glpk" ,glpk) 92 `(("glpk" ,glpk)
@@ -105,7 +105,7 @@
105 ("pulseaudio" ,pulseaudio) 105 ("pulseaudio" ,pulseaudio)
106 ("sqlite" ,sqlite) 106 ("sqlite" ,sqlite)
107 ("postgresql" ,postgresql) 107 ("postgresql" ,postgresql)
108 ("mysql" ,mysql) 108 ("mysql" ,mariadb)
109 ("zlib" ,zlib) 109 ("zlib" ,zlib)
110 ("perl" ,perl) 110 ("perl" ,perl)
111 ("python-2" ,python-2) ; tests and gnunet-qr 111 ("python-2" ,python-2) ; tests and gnunet-qr
@@ -145,34 +145,34 @@
145 (chdir "doc/documentation") 145 (chdir "doc/documentation")
146 ;;(zero? (system* "make" "dev-build")))) 146 ;;(zero? (system* "make" "dev-build"))))
147 (zero? (system* "sh" "run-gendocs.sh")))) 147 (zero? (system* "sh" "run-gendocs.sh"))))
148 ;; (zero? (system* "make" "pdf")) 148 ;; (zero? (system* "make" "pdf"))
149 ;; (zero? (system* "make" "html")) 149 ;; (zero? (system* "make" "html"))
150 ;; (zero? (system* "make" "info")))) 150 ;; (zero? (system* "make" "info"))))
151 ;;(zero? (system* "make" "doc-all-give-me-the-noise")))) 151 ;;(zero? (system* "make" "doc-all-give-me-the-noise"))))
152 (replace 'install 152 (replace 'install
153 (lambda _ 153 (lambda _
154 (zero? (system* "make" "doc-gendoc-install"))))))) 154 (zero? (system* "make" "doc-gendoc-install")))))))
155 ;;(lambda* (#:key outputs #:allow-other-keys) 155 ;;(lambda* (#:key outputs #:allow-other-keys)
156 ;; (let* ((out (assoc-ref outputs "out")) 156 ;; (let* ((out (assoc-ref outputs "out"))
157 ;; (doc (string-append out "/share/doc/gnunet"))) 157 ;; (doc (string-append out "/share/doc/gnunet")))
158 ;; (mkdir-p doc) 158 ;; (mkdir-p doc)
159 ;; (copy-recursively "images" 159 ;; (copy-recursively "images"
160 ;; (string-append doc 160 ;; (string-append doc
161 ;; "/images")) 161 ;; "/images"))
162 ;; (mkdir-p (string-append doc "/gnunet")) 162 ;; (mkdir-p (string-append doc "/gnunet"))
163 ;; (install-file "gnunet.pdf" doc) 163 ;; (install-file "gnunet.pdf" doc)
164 ;; (install-file "gnunet.info" doc) 164 ;; (install-file "gnunet.info" doc)
165 ;; (install-file "gnunet.log" doc) ;TODO: Move to 'dev' output? 165 ;; (install-file "gnunet.log" doc) ;TODO: Move to 'dev' output?
166 ;; (copy-recursively "gnunet" 166 ;; (copy-recursively "gnunet"
167 ;; (string-append doc 167 ;; (string-append doc
168 ;; "/gnunet")) 168 ;; "/gnunet"))
169 ;; (install-file "gnunet-c-tutorial.pdf" doc) 169 ;; (install-file "gnunet-c-tutorial.pdf" doc)
170 ;; (install-file "gnunet-c-tutorial.info" doc) 170 ;; (install-file "gnunet-c-tutorial.info" doc)
171 ;; (install-file "gnunet-c-tutorial.log" doc) ;TODO: Move to 'dev' output? 171 ;; (install-file "gnunet-c-tutorial.log" doc) ;TODO: Move to 'dev' output?
172 ;; (copy-recursively "gnunet-c-tutorial" 172 ;; (copy-recursively "gnunet-c-tutorial"
173 ;; (string-append doc 173 ;; (string-append doc
174 ;; "/gnunet-c-tutorial"))) 174 ;; "/gnunet-c-tutorial")))
175 ;; #t))))) 175 ;; #t)))))
176 (synopsis "Documentation of GNUnet") 176 (synopsis "Documentation of GNUnet")
177 (description 177 (description
178 "GNUnet documentation build") 178 "GNUnet documentation build")