gnu: sorcer: Always return #T from build phases.
* gnu/packages/music.scm (sorcer)[arguments]: Use INVOKE.
This commit is contained in:
parent
accb5c3100
commit
d7e2465242
|
@ -3942,9 +3942,9 @@ OSC connections.")
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(with-directory-excursion "faust"
|
(with-directory-excursion "faust"
|
||||||
(delete-file "main.cpp")
|
(delete-file "main.cpp")
|
||||||
(zero? (system* "faust" "-i"
|
(invoke "faust" "-i"
|
||||||
"-a" "lv2synth.cpp"
|
"-a" "lv2synth.cpp"
|
||||||
"-o" "main.cpp" "main.dsp"))))))))
|
"-o" "main.cpp" "main.dsp")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("lv2" ,lv2)
|
("lv2" ,lv2)
|
||||||
|
|
Loading…
Reference in New Issue