gnu: uucp: Use INVOKE.

* gnu/packages/uucp.scm (uucp)[arguments]: Use INVOKE.
master
Ricardo Wurmus 2019-01-25 10:48:28 +01:00
parent aa0c73e7aa
commit 90621eff7c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@
;; that we pass by default.
(setenv "CONFIG_SHELL" (which "sh"))
(let ((out (assoc-ref outputs "out")))
(zero? (system* "./configure"
(string-append "--prefix=" out)
(string-append "--infodir=" out
"/share/info")))))))))
(invoke "./configure"
(string-append "--prefix=" out)
(string-append "--infodir=" out
"/share/info"))))))))
(home-page "https://www.gnu.org/software/uucp/uucp.html")
(synopsis "UUCP protocol implementation")
(description