Commit Graph

2 Commits (master)

Author SHA1 Message Date
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
Simon Bruder 0040b158a7 vapoursynthPlugins.lvsfunc: init at unstable-2021-05-15 2021-05-29 16:30:09 -06:00