mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
* gnu/packages/patches/rust-codex-0.98.0-arg0-file-lock.patch, gnu/packages/patches/rust-codex-0.98.0-core-file-lock.patch, gnu/packages/patches/rust-codex-0.98.0-execpolicy-file-lock.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/rust-sources.scm (rust-codex-0.0.0.785c0c43)[source]<patches>: Remove file-lock patches. (rust-codex-0.98.0)[source]<patches>: Likewise. [arguments]<#:cargo-package-crates>: Add codex-network-proxy. * gnu/packages/rust-apps.scm (codex)[source]<patches>: Remove file-lock patches. [arguments]<#:cargo-install-paths>: Add network-proxy. <#:cargo-package-crates>: Add codex-network-proxy. (codex-acp)[arguments]<#:rust>: Delete. <#:cargo-test-flags>: Remove override. * gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch: Stop excluding network-proxy from workspace members. Change-Id: Iabc65a4ca2e8cc5801933a74a2b53b9bce404102
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
Author: Danny Milosavljevic <dannym@friendly-machines.com>
|
|
Date: 2026-02-08
|
|
License: ASL2.0
|
|
|
|
Remove [patch.crates-io] and [patch.'ssh://...'] sections.
|
|
|
|
The [patch] sections point to git repositories which are unavailable
|
|
in an offline build. The vendored crossterm, ratatui,
|
|
tokio-tungstenite and tungstenite forks are provided as cargo-inputs
|
|
instead.
|
|
|
|
--- a/codex-rs/Cargo.toml
|
|
+++ b/codex-rs/Cargo.toml
|
|
@@ -311,16 +311,3 @@
|
|
debug = 1 # Reduce debug symbol size
|
|
inherits = "test"
|
|
opt-level = 0
|
|
-
|
|
-[patch.crates-io]
|
|
-# Uncomment to debug local changes.
|
|
-# ratatui = { path = "../../ratatui" }
|
|
-crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" }
|
|
-ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.29.0-patch" }
|
|
-tokio-tungstenite = { git = "https://github.com/JakkuSakura/tokio-tungstenite", rev = "2ae536b0de793f3ddf31fc2f22d445bf1ef2023d" }
|
|
-
|
|
-# Uncomment to debug local changes.
|
|
-# rmcp = { path = "../../rust-sdk/crates/rmcp" }
|
|
-
|
|
-[patch."ssh://git@github.com/JakkuSakura/tungstenite-rs.git"]
|
|
-tungstenite = { git = "https://github.com/JakkuSakura/tungstenite-rs", rev = "f514de8644821113e5d18a027d6d28a5c8cc0a6e" }
|