mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2025-12-06 04:22:43 +00:00
wezterm: added live ebuild
This commit is contained in:
parent
0ba3972ade
commit
7bb4fb2b62
5 changed files with 243 additions and 1494 deletions
13
x11-terms/wezterm/files/wezterm-9999-vendored-sources.patch
Normal file
13
x11-terms/wezterm/files/wezterm-9999-vendored-sources.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- wezterm-9999/.cargo/config.toml 2025-11-07 15:54:45.485523386 +0100
|
||||
+++ wezterm-9999/.cargo/config.toml 2025-11-07 15:54:57.902272574 +0100
|
||||
@@ -7,3 +7,10 @@
|
||||
# enabled for the target, so let's turn that on here.
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
+
|
||||
+[source."https://github.com/wez/libssh-rs.git"]
|
||||
+git = "https://github.com/wez/libssh-rs.git"
|
||||
+replace-with = "vendored-sources"
|
||||
+
|
||||
+[source.vendored-sources]
|
||||
+directory = "deps/crates"
|
||||
Loading…
Add table
Add a link
Reference in a new issue