mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-05 00:32:27 +01:00
pass correct vapoursynth package to python packages
This commit is contained in:
parent
3ac96a0fb0
commit
7a032943f0
|
@ -1,6 +1,11 @@
|
|||
final: prev:
|
||||
let
|
||||
callPythonPackage = prev.vapoursynth.python3.pkgs.callPackage;
|
||||
# This is required to allow vapoursynth.withPlugins to be used inside python packages,
|
||||
# where normally python3Packages.vapoursynth would be used,
|
||||
# which only includes the python module without the frameserver.
|
||||
callPythonPackage = prev.lib.callPackageWith (final // final.vapoursynth.python3.pkgs // {
|
||||
inherit (final) vapoursynth;
|
||||
});
|
||||
in
|
||||
{
|
||||
vapoursynthPlugins = prev.recurseIntoAttrs {
|
||||
|
|
Loading…
Reference in a new issue