vs-overlay/plugins/lvsfunc
Simon Bruder eae6c95bb5 vapoursynthPlugins.lvsfunc: unstable-2021-05-15 -> 0.4.2
This version requires python 3.10, which is not yet the default in
nixpkgs. To use it, vapoursynth can be overridden to use python310 in an
overlay like this:

    final: prev: {
      vapoursynth = prev.vapoursynth.override { python3 = prev.python310; };
    }
2022-05-27 22:27:20 +02:00
..
default.nix vapoursynthPlugins.lvsfunc: unstable-2021-05-15 -> 0.4.2 2022-05-27 22:27:20 +02:00