diff options
| author | Thomas Tuegel <ttuegel@mailbox.org> | 2020-09-25 05:37:12 -0500 |
|---|---|---|
| committer | Thomas Tuegel <thomas.tuegel@runtimeverification.com> | 2020-09-25 10:47:44 -0500 |
| commit | d752cc4d7165acb9f3ae536baeb9d701d60d9c59 (patch) | |
| tree | 96a4aca9e0db7ee5127a7ed4a007888f67a3ebe7 /pkgs/development/python-modules/python-vlc | |
| parent | c3d08d652df1b5adc71f91a56065a709b089974e (diff) | |
python-vlc: use libvlc
Diffstat (limited to 'pkgs/development/python-modules/python-vlc')
| -rw-r--r-- | pkgs/development/python-modules/python-vlc/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-vlc/default.nix b/pkgs/development/python-modules/python-vlc/default.nix index a66b4cc522f5..6f83f587f588 100644 --- a/pkgs/development/python-modules/python-vlc/default.nix +++ b/pkgs/development/python-modules/python-vlc/default.nix @@ -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"; }) ]; |
