gnu: tao: Use new input style.
* gnu/packages/audio.scm (tao)[inputs]: Use new style.
This commit is contained in:
parent
039fe8f147
commit
a73021038d
@ -1284,15 +1284,15 @@ formats used to store information about DJ record libraries.")
|
|||||||
(find-files "include" "\\.h"))
|
(find-files "include" "\\.h"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("audiofile" ,audiofile)
|
(list audiofile
|
||||||
("libxi" ,libxi)
|
libxi
|
||||||
("libxmu" ,libxmu)
|
libxmu
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("glut" ,freeglut)
|
freeglut
|
||||||
("flex" ,flex)
|
flex
|
||||||
("bison" ,bison)
|
bison
|
||||||
("sed" ,sed)
|
sed
|
||||||
("grep" ,grep)))
|
grep))
|
||||||
(home-page "http://taopm.sourceforge.net/")
|
(home-page "http://taopm.sourceforge.net/")
|
||||||
(synopsis "Sound Synthesis with Physical Models")
|
(synopsis "Sound Synthesis with Physical Models")
|
||||||
(description "Tao is a software package for sound synthesis using physical
|
(description "Tao is a software package for sound synthesis using physical
|
||||||
|
Loading…
Reference in New Issue
Block a user