diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-25 09:45:06 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-25 10:06:59 +0300 |
| commit | a7996fee16f96ae356e9092c7a957c7f03671925 (patch) | |
| tree | f9b6600afbc0bfd8f36943a66b3b7a00e1cd6681 /gnu/packages/patches/rust-codex-0.117.0-remove-patch-sections.patch | |
| parent | ae10a358e3e0d630c933052446d1fe8f3c4ab509 (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.patch | 30 |
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 @@ | |||
| 1 | Author: Danny Milosavljevic <dannym@friendly-machines.com> | ||
| 2 | Date: 2026-02-08 | ||
| 3 | License: ASL2.0 | ||
| 4 | Subject: Remove [patch.crates-io] and [patch.'ssh://...'] sections. | ||
| 5 | |||
| 6 | The [patch] sections point to git repositories which are unavailable | ||
| 7 | in an offline build. The vendored crossterm, ratatui, | ||
| 8 | tokio-tungstenite and tungstenite forks are provided as cargo-inputs | ||
| 9 | instead. | ||
| 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" } | ||
