Merge pull request #328412 from dotlambda/vimPlugins.deoplete-go

vimPlugins.deoplete-go: fix build
This commit is contained in:
Robert Schütz 2024-07-22 08:34:56 -07:00 committed by GitHub
commit 871680706c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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