mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
c39367d636
commit
44e0ecdb9e
2 changed files with 15 additions and 2 deletions
13
srcpkgs/helix/patches/skip_grammar_fetch.patch
Normal file
13
srcpkgs/helix/patches/skip_grammar_fetch.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/helix-term/build.rs b/helix-term/build.rs
|
||||
index b47dae8..96c7b30 100644
|
||||
--- a/helix-term/build.rs
|
||||
+++ b/helix-term/build.rs
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
fn main() {
|
||||
if std::env::var("HELIX_DISABLE_AUTO_GRAMMAR_BUILD").is_err() {
|
||||
- fetch_grammars().expect("Failed to fetch tree-sitter grammars");
|
||||
+ // fetch_grammars().expect("Failed to fetch tree-sitter grammars");
|
||||
build_grammars(Some(std::env::var("TARGET").unwrap()))
|
||||
.expect("Failed to compile tree-sitter grammars");
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'helix'
|
||||
pkgname=helix
|
||||
version=23.03
|
||||
version=23.05
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path helix-term"
|
||||
|
@ -10,7 +10,7 @@ license="MPL-2.0"
|
|||
homepage="https://helix-editor.com/"
|
||||
changelog="https://raw.githubusercontent.com/helix-editor/helix/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"
|
||||
checksum=60e5d8927f2f43807ff4ed3c96e7071746ce23d0b7ebaa27e380723726710703
|
||||
checksum=c1ca69facde99d708175c686ce5bf3585e119e372c83e1c3dc1d562c7a8e3d87
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue