diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-01 00:06:04 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-01 00:06:04 +0100 |
commit | a73021038d2f16c9df7d28fdf5efd4c90344023f (patch) | |
tree | 15ed5622cedbd6c59e9fe30633c107ea68a3bca4 /gnu/packages | |
parent | 039fe8f147217fae469ad74737d07affb90c314d (diff) | |
download | guix-a73021038d2f16c9df7d28fdf5efd4c90344023f.tar.gz guix-a73021038d2f16c9df7d28fdf5efd4c90344023f.zip |
gnu: tao: Use new input style.
* gnu/packages/audio.scm (tao)[inputs]: Use new style.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 05182d4327..42fdc785ef 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1284,15 +1284,15 @@ formats used to store information about DJ record libraries.") (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 |