9 buildPythonPackage rec {
11 version = "3.0.11115";
14 inherit pname version;
15 sha256 = "a4d3bdddfce84a8fb1b2d5447193a0239c55c16ca246e5194d48efd59c4e236b";
18 propagatedBuildInputs = [
24 src = ./vlc-paths.patch;
25 libvlcPath="${libvlc}/lib/libvlc.so.5";
29 doCheck = false; # no tests
32 homepage = "https://wiki.videolan.org/PythonBinding";
33 maintainers = with maintainers; [ tbenst ];
34 description = "Python bindings for VLC, the cross-platform multimedia player and framework";
35 license = licenses.lgpl21Plus;