nixpkgs/pkgs/development/libraries/vapoursynth
Simon Bruder 9b3a2e66b1
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.
2021-05-16 16:55:51 +02:00
..
0001-Call-weak-function-to-allow-adding-preloaded-plugins.patch vapoursynth: add withPlugins interface 2021-02-21 18:19:52 +01:00
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-16 16:55:51 +02:00