python-vlc: use libvlc
This commit is contained in:
parent
c3d08d652d
commit
d752cc4d71
|
@ -2,7 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, setuptools
|
, setuptools
|
||||||
, vlc
|
, libvlc
|
||||||
, substituteAll
|
, substituteAll
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
patches = [
|
patches = [
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./vlc-paths.patch;
|
src = ./vlc-paths.patch;
|
||||||
libvlcPath="${vlc}/lib/libvlc.so.5";
|
libvlcPath="${libvlc}/lib/libvlc.so.5";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue