guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: tao: Use new input style.


From: guix-commits
Subject: 01/03: gnu: tao: Use new input style.
Date: Fri, 31 Dec 2021 18:09:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a73021038d2f16c9df7d28fdf5efd4c90344023f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 1 00:06:04 2022 +0100

    gnu: tao: Use new input style.
    
    * gnu/packages/audio.scm (tao)[inputs]: Use new style.
---
 gnu/packages/audio.scm | 18 +++++++++---------
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]