Archived
1
0
Fork 0

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

View file

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