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