nixpkgs/pkgs/development/libraries/vapoursynth
Simon Bruder bad208a3e6 vapoursynth: improve plugin dependency resolution
Some python packages (e.g. functools32) are conditionally disabled for
certain interpreter versions by having them return null instead of a
derivation. `getRecursivePropagatedBuildInputs` fails if such a package
is part of the dependency tree. This commit makes it only recurse into
derivations and ignore everything else.

This also deduplicates the final plugin list to improve startup time.

(cherry picked from commit 9b3a2e66b141733fe7cb5372f64d30b66445cccd)
2021-05-30 08:26:24 +00:00
..
0001-Call-weak-function-to-allow-adding-preloaded-plugins.patch
default.nix vapoursynth: R52 -> R53 2021-04-21 19:58:15 +02:00
editor.nix treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
plugin-interface.nix vapoursynth: improve plugin dependency resolution 2021-05-30 08:26:24 +00:00