phonon-backend-vlc: use libvlc

gstqt5
Thomas Tuegel 2020-09-25 05:35:52 -05:00 committed by Thomas Tuegel
parent 9eb4c70c74
commit fff4504bc9
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, cmake, phonon, pkgconfig, vlc
{ stdenv, lib, fetchurl, cmake, phonon, pkgconfig, libvlc
, extra-cmake-modules, qttools, qtbase, qtx11extras
, debug ? false
}:
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [
phonon
vlc
libvlc
qtbase
qtx11extras
];