gnu: gst-plugins-bad: Use modular qt.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add qtbase. Remove qt.
This commit is contained in:
David Craven 2016-08-15 20:39:01 +02:00
parent 05fe53c63c
commit 65741ea1bc
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ developers consider to have good quality code and correct functionality.")
("openssl" ,openssl)
("opus" ,opus)
("orc" ,orc)
("qt" ,qt)
("qtbase" ,qtbase)
("soundtouch" ,soundtouch)
("wayland" ,wayland)))
(home-page "http://gstreamer.freedesktop.org/")