mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: qtractor: Remove input labels.
* gnu/packages/music.scm (qtractor)[inputs]: Remove input labels.
This commit is contained in:
parent
85347b0f34
commit
80108cac05
1 changed files with 16 additions and 16 deletions
|
@ -3299,22 +3299,22 @@ (define-public qtractor
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no "check" target
|
`(#:tests? #f)) ; no "check" target
|
||||||
(inputs
|
(inputs
|
||||||
`(("qt" ,qtbase-5)
|
(list alsa-lib
|
||||||
("qtsvg" ,qtsvg)
|
jack-1
|
||||||
("qtx11extras" ,qtx11extras)
|
ladspa
|
||||||
("alsa-lib" ,alsa-lib)
|
liblo
|
||||||
("jack" ,jack-1)
|
libmad
|
||||||
("libsndfile" ,libsndfile)
|
libsamplerate
|
||||||
("ladspa" ,ladspa)
|
libsndfile
|
||||||
("lv2" ,lv2)
|
libvorbis
|
||||||
("lilv" ,lilv)
|
lilv
|
||||||
("suil" ,suil)
|
lv2
|
||||||
("libsamplerate" ,libsamplerate)
|
qtbase-5
|
||||||
("libvorbis" ,libvorbis)
|
qtsvg
|
||||||
("libmad" ,libmad)
|
qtx11extras
|
||||||
("rubberband" ,rubberband)
|
rubberband
|
||||||
("liblo" ,liblo)
|
suil
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools))
|
(list pkg-config qttools))
|
||||||
(home-page "https://qtractor.org/")
|
(home-page "https://qtractor.org/")
|
||||||
|
|
Loading…
Reference in a new issue