mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
neovim: add explicit python_version
This commit is contained in:
parent
54d580f3eb
commit
2a78987f76
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Template file for 'neovim'.
|
# Template file for 'neovim'
|
||||||
pkgname=neovim
|
pkgname=neovim
|
||||||
version=0.4.3
|
version=0.4.3
|
||||||
revision=1
|
revision=1
|
||||||
|
@ -14,6 +14,7 @@ license="Apache-2.0, custom:Vim"
|
||||||
homepage="https://neovim.io"
|
homepage="https://neovim.io"
|
||||||
distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
|
distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
|
||||||
checksum=91a0b5d32204a821bf414690e6b48cf69224d1961d37158c2b383f6a6cf854d2
|
checksum=91a0b5d32204a821bf414690e6b48cf69224d1961d37158c2b383f6a6cf854d2
|
||||||
|
python_version=2 #unverified
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
vi:vi:/usr/bin/nvim
|
vi:vi:/usr/bin/nvim
|
||||||
|
|
Loading…
Add table
Reference in a new issue