guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: jack-select: Drop input labels.


From: guix-commits
Subject: 05/13: gnu: jack-select: Drop input labels.
Date: Tue, 7 Feb 2023 14:06:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8224c7bef86618a120045ffb0efa4a6db9e199c1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 7 19:50:47 2023 +0100

    gnu: jack-select: Drop input labels.
    
    * gnu/packages/music.scm (jack-select)[inputs]: Drop labels.
---
 gnu/packages/music.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ae51aa119a..ba08200155 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3308,12 +3308,12 @@ can connect to any JACK port and record the output into 
a stereo WAV file.")
     (native-inputs
      (list pkg-config))
     (inputs
-     `(("alsa-lib" ,alsa-lib)
-       ("python" ,python-wrapper)
-       ("python-pyudev" ,python-pyudev)
-       ("python-pyxdg" ,python-pyxdg)
-       ("python-dbus" ,python-dbus)
-       ("python-pygobject" ,python-pygobject)))
+     (list alsa-lib
+           python-dbus
+           python-pygobject
+           python-pyudev
+           python-pyxdg
+           python-wrapper))
     (home-page "https://github.com/SpotlightKid/jack-select";)
     (synopsis "Systray application to quickly change the JACK-DBus 
configuration")
     (description "This application displays an icon in the system tray (also



reply via email to

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