diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-13 10:45:01 +0000 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-14 05:01:53 +0100 |
| commit | ad9ca26606c5a5c12ddf51544983dffd665846d2 (patch) | |
| tree | d299f452eb49c033a52db649f100a55f3ae1ada5 /gnu/local.mk | |
| parent | 54225ed9ea6780faf35dbb98b7d6503f7f36d5db (diff) | |
gnu: codex, codex-acp: Drop file_lock patches; enable network-proxy.
* 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
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 328f881aab4..d208b0b9de2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2376,10 +2376,7 @@ dist_patch_DATA = \ %D%/packages/patches/rust-1.70-fix-rustix-build.patch \ %D%/packages/patches/rust-1.78-unwinding-fix.patch \ %D%/packages/patches/rust-1.81-fix-riscv64-bootstrap.patch \ - %D%/packages/patches/rust-codex-0.98.0-arg0-file-lock.patch \ - %D%/packages/patches/rust-codex-0.98.0-core-file-lock.patch \ %D%/packages/patches/rust-codex-0.98.0-core-remove-self-dep.patch \ - %D%/packages/patches/rust-codex-0.98.0-execpolicy-file-lock.patch \ %D%/packages/patches/rust-codex-0.98.0-test-shebangs.patch \ %D%/packages/patches/rust-codex-0.98.0-test-timeout.patch \ %D%/packages/patches/rust-codex-0.98.0-windows-sandbox-protocol-version.patch \ |
