Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sebst authored and jhheider committed Sep 27, 2024
1 parent a7cc129 commit 41b8aa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/wezfurlong.org/wezterm/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ build:
rust-lang.org: '>=1.71<1.78'
rust-lang.org/cargo: '*'
script: |
cargo install $ARGS --path=wezterm
# cargo install $ARGS --path=wezterm
cargo install $ARGS --path=wezterm-gui --features vendored-fonts --no-default-features
# ./get-deps
# cargo install --locked --root {{prefix}}
# cargo build --release --no-default-features --features vendored-fonts --locked
sleep 100000
env:
PKG_CONFIG_PATH: /home/bas/.pkgx/x.org/x11/v1.8.10/lib/pkgconfig:$PKG_CONFIG_PATH
ARGS:
- --locked
- --root {{prefix}}
Expand Down

0 comments on commit 41b8aa6

Please sign in to comment.