gnu: suil: Use qtbase instead of qt-4.
* gnu/packages/audio.scm (suil)[inputs]: Replace qt-4 with qtbase. [arguments]: Add configure flags that are needed for qtbase.
This commit is contained in:
parent
523544d3d1
commit
9f64f7e631
|
@ -2054,11 +2054,14 @@ the Turtle syntax.")
|
||||||
(base32
|
(base32
|
||||||
"1kji3lhha26qr6xm9j8ic5c40zbrrb5qnwm2qxzmsfxgmrz29wkf"))))
|
"1kji3lhha26qr6xm9j8ic5c40zbrrb5qnwm2qxzmsfxgmrz29wkf"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no check target
|
(arguments
|
||||||
|
`(#:tests? #f ; no check target
|
||||||
|
#:configure-flags
|
||||||
|
'("CXXFLAGS=-std=gnu++11")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("lv2" ,lv2)
|
`(("lv2" ,lv2)
|
||||||
("gtk+-2" ,gtk+-2)
|
("gtk+-2" ,gtk+-2)
|
||||||
("qt-4" ,qt-4)))
|
("qt" ,qtbase)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://drobilla.net/software/suil/")
|
(home-page "http://drobilla.net/software/suil/")
|
||||||
|
|
Loading…
Reference in New Issue