summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-05-25 09:45:06 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-05-25 10:06:59 +0300
commita7996fee16f96ae356e9092c7a957c7f03671925 (patch)
treef9b6600afbc0bfd8f36943a66b3b7a00e1cd6681 /gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch
parentae10a358e3e0d630c933052446d1fe8f3c4ab509 (diff)
gnu: Remove unreferenced rust crates.
* gnu/packages/rust-sources.scm (rust-codex-0.120.0, rust-pipewire-0.8.0.93138d0, rust-pubgrub-0.3.0.b70cf70, rust-smithay-0.6.0.ede2707): Remove variables. * gnu/packages/rust-crates.scm: Remove some unused rust crates. (lookup-cargo-inputs): Update accordingly. * gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch, gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch, gnu/packages/patches/rust-codex-0.120.0-connectors-cache-test-race.patch, gnu/packages/patches/rust-codex-0.120.0-core-remove-self-dep.patch, gnu/packages/patches/rust-codex-0.98.0-core-remove-self-dep.patch, gnu/packages/patches/rust-codex-0.98.0-test-timeout.patch, gnu/packages/patches/rust-codex-0.98.0-windows-sandbox-protocol-version.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Change-Id: I34d0aa3f5f06cea77d80b484fe7205fd3ae68d4a
Diffstat (limited to 'gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch')
-rw-r--r--gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch b/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch
deleted file mode 100644
index a29d11bb78b..00000000000
--- a/gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1Author: Danny Milosavljevic <dannym@friendly-machines.com>
2Date: 2026-02-08
3License: ASL2.0
4Subject: Remove [patch.crates-io] and [patch.'ssh://...'] sections.
5
6The [patch] sections point to git repositories which are unavailable
7in an offline build. The vendored crossterm, ratatui,
8tokio-tungstenite and tungstenite forks are provided as cargo-inputs
9instead.
10
11--- a/codex-rs/Cargo.toml
12+++ b/codex-rs/Cargo.toml
13@@ -423,17 +423,3 @@
14 debug = 1 # Reduce debug symbol size
15 inherits = "test"
16 opt-level = 0
17-
18-[patch.crates-io]
19-# Uncomment to debug local changes.
20-# ratatui = { path = "../../ratatui" }
21-crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" }
22-ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.29.0-patch" }
23-tokio-tungstenite = { git = "https://github.com/openai-oss-forks/tokio-tungstenite", rev = "132f5b39c862e3a970f731d709608b3e6276d5f6" }
24-tungstenite = { git = "https://github.com/openai-oss-forks/tungstenite-rs", rev = "9200079d3b54a1ff51072e24d81fd354f085156f" }
25-
26-# Uncomment to debug local changes.
27-# rmcp = { path = "../../rust-sdk/crates/rmcp" }
28-
29-[patch."ssh://git@github.com/openai-oss-forks/tungstenite-rs.git"]
30-tungstenite = { git = "https://github.com/openai-oss-forks/tungstenite-rs", rev = "9200079d3b54a1ff51072e24d81fd354f085156f" }