phonon-backend-vlc: use libvlc

This commit is contained in:
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

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
];