gnu: epic5: Return #t from all phases.

* gnu/packages/irc.scm (epic5)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-24 22:26:38 +02:00
parent 19621509dc
commit 5a13cf3d1d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -404,8 +404,7 @@ (define-public epic5
'())
(setenv "CONFIG_SHELL" (which "bash"))
(setenv "SHELL" (which "bash"))
(zero?
(system* "./configure"
(invoke "./configure"
(string-append "--prefix=" out)
"--with-ipv6" "--with-libarchive"
;; We use libressl because openssl does not come
@ -418,7 +417,7 @@ (define-public epic5
(assoc-ref %build-inputs "libressl"))
(string-append "--with-tcl="
(assoc-ref %build-inputs "tcl")
"/lib/tclConfig.sh")))))))))
"/lib/tclConfig.sh"))))))))
(inputs
`(("libressl" ,libressl)
("ncurses" ,ncurses)