From 9f59483405b6afccda0ba7c37ff43413393ad8d7 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 25 Oct 2023 17:58:26 -0400 Subject: [PATCH] fix(helix-editor) (#3830) * fix(helix-editor) * wip * wip * wip --- projects/helix-editor.com/package.yml | 12 +++-- projects/helix-editor.com/v23.10.0.patch | 57 ++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 projects/helix-editor.com/v23.10.0.patch diff --git a/projects/helix-editor.com/package.yml b/projects/helix-editor.com/package.yml index 4ff386d1..5cda9d06 100644 --- a/projects/helix-editor.com/package.yml +++ b/projects/helix-editor.com/package.yml @@ -12,10 +12,14 @@ build: dependencies: rust-lang.org: '>=1.60' rust-lang.org/cargo: '*' - script: | - cargo install --locked --path helix-term --root {{prefix}} - mkdir -p "{{prefix}}"/share - cp -a runtime "{{prefix}}"/share + git-scm.org: ^2 + script: + # https://github.com/helix-editor/helix/discussions/8440 + - run: patch -p1