mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:28:29 +01:00
gnu: tao: Use new input style.
* gnu/packages/audio.scm (tao)[inputs]: Use new style.
This commit is contained in:
parent
039fe8f147
commit
a73021038d
1 changed files with 9 additions and 9 deletions
|
@ -1284,15 +1284,15 @@ (define-public tao
|
|||
(find-files "include" "\\.h"))
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("audiofile" ,audiofile)
|
||||
("libxi" ,libxi)
|
||||
("libxmu" ,libxmu)
|
||||
("mesa" ,mesa)
|
||||
("glut" ,freeglut)
|
||||
("flex" ,flex)
|
||||
("bison" ,bison)
|
||||
("sed" ,sed)
|
||||
("grep" ,grep)))
|
||||
(list audiofile
|
||||
libxi
|
||||
libxmu
|
||||
mesa
|
||||
freeglut
|
||||
flex
|
||||
bison
|
||||
sed
|
||||
grep))
|
||||
(home-page "http://taopm.sourceforge.net/")
|
||||
(synopsis "Sound Synthesis with Physical Models")
|
||||
(description "Tao is a software package for sound synthesis using physical
|
||||
|
|
Loading…
Reference in a new issue