From eb1eac4762ba2a7e4f3bfa01d555097e1ad1c153 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 1 May 2022 02:00:01 +0200 Subject: gnu: carla: Remove input labels. * gnu/packages/audio.scm (carla)[inputs]: Remove input labels. --- gnu/packages/audio.scm | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 128f810333..7b9aab9471 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5021,27 +5021,27 @@ (define-public carla `("GUIX_PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH")))) #t)))))) (inputs - `(("alsa-lib" ,alsa-lib) - ("ffmpeg" ,ffmpeg) - ("fluidsynth" ,fluidsynth) - ("file" ,file) - ("liblo" ,liblo) - ("libsndfile" ,libsndfile) - ("gtk2" ,gtk+-2) ;needed for bridging GTK2 plugins in GTK3 hosts - ("gtk+" ,gtk+) - ("python-pyliblo" ,python-pyliblo) - ("python-pyqt" ,python-pyqt) - ("python-rdflib" ,python-rdflib) - ;; python-pyqt shows the following error without python-wrapper: - ;; Error while finding module specification for 'PyQt5.uic.pyuic' - ;; (ModuleNotFoundError: No module named 'PyQt5') - ("python-wrapper" ,python-wrapper) - ("libx11" ,libx11) - ("qtbase" ,qtbase-5) - ("zlib" ,zlib) - - ;; For WRAP-SCRIPT above. - ("guile" ,guile-2.2))) + (list alsa-lib + ffmpeg + fluidsynth + file + liblo + libsndfile + libx11 + gtk+-2 ;needed for bridging GTK2 plugins in GTK3 hosts + gtk+ + python-pyliblo + python-pyqt + python-rdflib + ;; python-pyqt shows the following error without python-wrapper: + ;; Error while finding module specification for 'PyQt5.uic.pyuic' + ;; (ModuleNotFoundError: No module named 'PyQt5') + python-wrapper + qtbase-5 + zlib + + ;; For WRAP-SCRIPT above. + guile-2.2)) (native-inputs (list pkg-config)) (home-page "https://kx.studio/Applications:Carla") -- cgit v1.2.3