gnu: aalib: Use INVOKE.
* gnu/packages/video.scm (aalib)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
d840f6b98a
commit
3103101ec9
|
@ -160,7 +160,7 @@
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(ncurses (assoc-ref inputs "ncurses")))
|
(ncurses (assoc-ref inputs "ncurses")))
|
||||||
(setenv "CONFIG_SHELL" (which "bash"))
|
(setenv "CONFIG_SHELL" (which "bash"))
|
||||||
(zero? (system* "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
(string-append "--build=" build)
|
(string-append "--build=" build)
|
||||||
;; The ancient config.guess is unable to
|
;; The ancient config.guess is unable to
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
'("--host=aarch64-unknown-linux-gnu")
|
'("--host=aarch64-unknown-linux-gnu")
|
||||||
'())
|
'())
|
||||||
(string-append "--with-ncurses="
|
(string-append "--with-ncurses="
|
||||||
ncurses)))))))))
|
ncurses))))))))
|
||||||
(home-page "http://aa-project.sourceforge.net/aalib/")
|
(home-page "http://aa-project.sourceforge.net/aalib/")
|
||||||
(synopsis "ASCII-art library")
|
(synopsis "ASCII-art library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue