mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: uucp: Use INVOKE.
* gnu/packages/uucp.scm (uucp)[arguments]: Use INVOKE.
This commit is contained in:
parent
aa0c73e7aa
commit
90621eff7c
1 changed files with 4 additions and 4 deletions
|
@ -43,10 +43,10 @@ (define-public uucp
|
||||||
;; that we pass by default.
|
;; that we pass by default.
|
||||||
(setenv "CONFIG_SHELL" (which "sh"))
|
(setenv "CONFIG_SHELL" (which "sh"))
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(zero? (system* "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
(string-append "--infodir=" out
|
(string-append "--infodir=" out
|
||||||
"/share/info")))))))))
|
"/share/info"))))))))
|
||||||
(home-page "https://www.gnu.org/software/uucp/uucp.html")
|
(home-page "https://www.gnu.org/software/uucp/uucp.html")
|
||||||
(synopsis "UUCP protocol implementation")
|
(synopsis "UUCP protocol implementation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue