10 buildPythonPackage rec {
12 version = "3.0.18122";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-EDm94oeFO0t7Yboi2DdhgyQ094UG2nYt+wYCkb8yiX0=";
25 src = ./vlc-paths.patch;
26 libvlcPath="${libvlc}/lib/libvlc.so.5";
30 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Python bindings for VLC, the cross-platform multimedia player and framework";
43 homepage = "https://wiki.videolan.org/PythonBinding";
44 license = licenses.lgpl21Plus;
45 maintainers = with maintainers; [ tbenst ];