vim-plugins/deoplete-go: init at 2016-11-12

This commit is contained in:
Stefan Junker
2016-11-16 21:47:27 +01:00
parent 811be54156
commit da23970660
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
buildInputs = [ python3 ];
buildPhase = ''
pushd ./rplugin/python3/deoplete/ujson
python3 setup.py build --build-base=$PWD/build --build-lib=$PWD/build
popd
find ./rplugin/ -name "ujson*.so" -exec mv -v {} ./rplugin/python3/ \;
'';