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 , extra-cmake-modules, qttools, qtbase, qtx11extras
, debug ? false , debug ? false
}: }:
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
phonon phonon
vlc libvlc
qtbase qtbase
qtx11extras qtx11extras
]; ];