me
/
guix
Archived
1
0
Fork 0

gnu: corkscrew: Return #t from all phases.

* gnu/packages/ssl.scm (corkscrew)[arguments]: Substitute INVOKE for
SYSTEM*.
master
Tobias Geerinckx-Rice 2018-06-22 21:39:48 +02:00
parent e7c37ed590
commit 7c1a64aa5c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -345,9 +345,9 @@ libssh library.")
,(string-append "--build=" build)
,(string-append "--host=" (or target build)))))
(setenv "CONFIG_SHELL" bash)
(zero? (apply system* bash
(string-append "." "/configure")
flags)))))
(apply invoke bash
(string-append "." "/configure")
flags))))
(add-after 'install 'install-documentation
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))