gnu: jalv: Drop Qt-4 support.

* gnu/packages/audio.scm (jalv)[inputs]: Drop qt-4. It does not receive any
  upstream security updates, and Qt-4 support is marked as experimental in
  the jalv documentation.
This commit is contained in:
Andreas Enge 2016-03-05 12:17:22 +01:00
parent b4c42a4b07
commit 03d55eeca7

View file

@ -803,7 +803,6 @@ (define-public jalv
("suil" ,suil)
("gtk" ,gtk+-2)
("gtkmm" ,gtkmm-2)
("qt" ,qt-4)
("jack" ,jack-1)))
(native-inputs
`(("pkg-config" ,pkg-config)))