gnu: gst-plugins-bad: Remove unreferenced qt input.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove qtbase.
This commit is contained in:
Efraim Flashner 2016-09-06 13:06:10 +03:00
parent 58458a65ec
commit 6779b93222
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 1 deletions

View File

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