mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: jalv: Use Python 3.
* gnu/packages/audio.scm (jalv)[python]: Delete argument. [inputs]: Use new style. {gtk+-2}: Delete input. {gtk+}: Replace with... {gtk}: ... this. {gtkmm-2}: Replace with... {gtkmm}: ... this.
This commit is contained in:
parent
a9e9d9f41c
commit
953a5ea59d
1 changed files with 8 additions and 10 deletions
|
@ -2306,17 +2306,15 @@ (define-public jalv
|
|||
"05lycfq0f06zjp5xqvzjz9hx9kmqx72yng1lghh76hv63dw43lcj"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:python ,python-2))
|
||||
`(#:tests? #f)) ; no check target
|
||||
(inputs
|
||||
`(("lv2" ,lv2)
|
||||
("lilv" ,lilv)
|
||||
("suil" ,suil)
|
||||
("gtk2" ,gtk+-2)
|
||||
("gtk3" ,gtk+)
|
||||
("gtkmm" ,gtkmm-2)
|
||||
("qtbase" ,qtbase-5)
|
||||
("jack" ,jack-1)))
|
||||
(list lv2
|
||||
lilv
|
||||
suil
|
||||
gtk
|
||||
gtkmm
|
||||
qtbase-5
|
||||
jack-1))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://drobilla.net/software/jalv/")
|
||||
|
|
Loading…
Reference in a new issue