Merge pull request #328412 from dotlambda/vimPlugins.deoplete-go
vimPlugins.deoplete-go: fix build
This commit is contained in:
commit
871680706c
@ -664,7 +664,7 @@
|
||||
};
|
||||
|
||||
deoplete-go = super.deoplete-go.overrideAttrs {
|
||||
buildInputs = [ python3 ];
|
||||
nativeBuildInputs = [ (python3.withPackages (ps: with ps; [ setuptools ])) ];
|
||||
buildPhase = ''
|
||||
pushd ./rplugin/python3/deoplete/ujson
|
||||
python3 setup.py build --build-base=$PWD/build --build-lib=$PWD/build
|
||||
|
Loading…
Reference in New Issue
Block a user