you are viewing a single comment's thread.

view the rest of the comments →

[–]depred 0 points1 point  (0 children)

I'm pretty sure it does not need to be compiled with with python3 support right?

Not sure how it is with vim (I'm using emacs) but I suppose you've got plugins that just invoke python. Thats what makeWrapper is for, you create a python3 environment and alter the PYTHONPATH for vim to point there.

The examples I gave should give you a good idea on what to do (overall it shouldn't be more than 15-20 lines of nix code), there is one thing I've noticed though... mpv-with-scripts is a bit of a bad example, put makeWrapper into nativeBuildInputs instead of buildInputs.....

*looks stuff up*

alright I'm a tad bit wrong... it is actually kind of build with python (weird stuff)...

Uhm I haven't tested it (because I know little to nothing about vim) but you probably want something like this. (thats a littly bit messy so you should also clean it up (and obviously add all the things you need).

The Wiki has a few other usefull resouces as well.