gnu: gauche: Remove trailing #t.
* gnu/packages/scheme.scm (gauche) [phases]: Remove trailing #t. Change-Id: I47b4f2a7475a41e6431bba0c3d6bd21b9f584fc5master
parent
a8547a0feb
commit
0dacf51553
|
@ -1116,24 +1116,20 @@ The core is 12 builtin special forms and 33 builtin functions.")
|
||||||
"ext/tls/test.scm"
|
"ext/tls/test.scm"
|
||||||
"lib/gauche/package/util.scm"
|
"lib/gauche/package/util.scm"
|
||||||
"libsrc/gauche/process.scm")
|
"libsrc/gauche/process.scm")
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))))
|
||||||
#t))
|
|
||||||
(add-after 'build 'build-doc
|
(add-after 'build 'build-doc
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "doc"
|
(with-directory-excursion "doc"
|
||||||
(invoke "make" "info"))
|
(invoke "make" "info"))))
|
||||||
#t))
|
|
||||||
(add-before 'check 'patch-network-tests
|
(add-before 'check 'patch-network-tests
|
||||||
;; Remove net checks.
|
;; Remove net checks.
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file "test/net.scm")
|
(delete-file "test/net.scm")
|
||||||
(invoke "touch" "test/net.scm")
|
(invoke "touch" "test/net.scm")))
|
||||||
#t))
|
|
||||||
(add-after 'install 'install-docs
|
(add-after 'install 'install-docs
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "doc"
|
(with-directory-excursion "doc"
|
||||||
(invoke "make" "install"))
|
(invoke "make" "install")))))))
|
||||||
#t)))))
|
|
||||||
(synopsis "Scheme scripting engine")
|
(synopsis "Scheme scripting engine")
|
||||||
(description "Gauche is a R7RS Scheme scripting engine aiming at being a
|
(description "Gauche is a R7RS Scheme scripting engine aiming at being a
|
||||||
handy tool that helps programmers and system administrators to write small to
|
handy tool that helps programmers and system administrators to write small to
|
||||||
|
|
Reference in New Issue