mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: gst-plugins-bad: Use modular qt.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add qtbase. Remove qt.
This commit is contained in:
parent
05fe53c63c
commit
65741ea1bc
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ (define-public gst-plugins-bad
|
|||
("openssl" ,openssl)
|
||||
("opus" ,opus)
|
||||
("orc" ,orc)
|
||||
("qt" ,qt)
|
||||
("qtbase" ,qtbase)
|
||||
("soundtouch" ,soundtouch)
|
||||
("wayland" ,wayland)))
|
||||
(home-page "http://gstreamer.freedesktop.org/")
|
||||
|
|
Loading…
Reference in a new issue