phonon-backend-vlc: use libvlc
This commit is contained in:
parent
9eb4c70c74
commit
fff4504bc9
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user