Fixed missing packages.json file
This commit is contained in:
parent
82016e6ba4
commit
ef6ce30177
3
PKGBUILD
3
PKGBUILD
@ -20,6 +20,8 @@ prepare() {
|
|||||||
# patching
|
# patching
|
||||||
cd "$srcdir/${pkgname%-git}"
|
cd "$srcdir/${pkgname%-git}"
|
||||||
patch --strip=2 < ../../nimlangserver.patch # work around "Error: cannot open file: /usr/compiler/pathutils" https://github.com/nim-lang/langserver/issues/22
|
patch --strip=2 < ../../nimlangserver.patch # work around "Error: cannot open file: /usr/compiler/pathutils" https://github.com/nim-lang/langserver/issues/22
|
||||||
|
# download packages.json file
|
||||||
|
nimble refresh
|
||||||
}
|
}
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
@ -28,7 +30,6 @@ pkgver() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# FIXME missing "packages.json" file
|
|
||||||
# change into source
|
# change into source
|
||||||
cd "$srcdir/${pkgname%-git}"
|
cd "$srcdir/${pkgname%-git}"
|
||||||
# compile program
|
# compile program
|
||||||
|
Loading…
Reference in New Issue
Block a user