gnu: rsound: Return #t from phases.
* gnu/packages/audio.scm (rsound)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
d195e4eb74
commit
c3d1448411
|
@ -2791,9 +2791,8 @@ synthesizer written in C++.")
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(setenv "CC" "gcc")
|
(setenv "CC" "gcc")
|
||||||
(zero?
|
(invoke "./configure"
|
||||||
(system* "./configure"
|
(string-append "--prefix=" (assoc-ref outputs "out"))))))
|
||||||
(string-append "--prefix=" (assoc-ref outputs "out")))))))
|
|
||||||
;; No 'check' target.
|
;; No 'check' target.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://themaister.net/rsound.html")
|
(home-page "http://themaister.net/rsound.html")
|
||||||
|
|
Loading…
Reference in New Issue