summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2026-07-11 19:45:15 +0200
committerDanny Milosavljevic <dannym@friendly-machines.com>2026-07-13 18:51:17 +0200
commitc8cb067001fd38b1145e48413e43fa99cbf93347 (patch)
treeba760911cc4554c0bc331184ec40a1712bc717d0 /gnu/local.mk
parentad725fefe044ee841cf18f749c6fb8ae97d91929 (diff)
gnu: codex: Update to 0.144.1.
* gnu/packages/codex.scm (codex): Update to 0.144.1. * gnu/packages/rust-sources.scm (rust-codex-0.142.0): Delete variable. * gnu/packages/rust-crates.scm: Update accordingly. * gnu/packages/patches/codex-0.144.1-disable-code-mode.patch: New file. * gnu/packages/patches/codex-0.144.1-test-selected-capability-readiness.patch: New file. * gnu/packages/patches/codex-0.144.1-test-disable-network-model-refresh.patch: New file. * gnu/packages/patches/rust-codex-0.120.0-remove-libwebrtc.patch: Rename to... * gnu/packages/patches/codex-0.144.1-remove-libwebrtc.patch: ...this. * gnu/packages/patches/rust-codex-0.124.0-remove-patch-sections.patch: Rename to... * gnu/packages/patches/codex-0.144.1-remove-patch-sections.patch: ...this. * gnu/packages/patches/rust-codex-0.98.0-test-shebangs.patch: Rename to... * gnu/packages/patches/codex-0.144.1-test-shebangs.patch: ...this. * gnu/packages/patches/rust-codex-0.120.0-test-timeout.patch: Rename to... * gnu/packages/patches/codex-0.144.1-test-timeout.patch: ...this. * gnu/packages/patches/rust-codex-0.124.0-code-mode-stub-toolname.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Update references.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index fe9364f3bdc..c97dddef062 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1137,6 +1137,13 @@ dist_patch_DATA = \
1137 %D%/packages/patches/clog-fix-shared-build.patch \ 1137 %D%/packages/patches/clog-fix-shared-build.patch \
1138 %D%/packages/patches/clucene-gcc-14.patch \ 1138 %D%/packages/patches/clucene-gcc-14.patch \
1139 %D%/packages/patches/clucene-pkgconfig.patch \ 1139 %D%/packages/patches/clucene-pkgconfig.patch \
1140 %D%/packages/patches/codex-0.144.1-disable-code-mode.patch \
1141 %D%/packages/patches/codex-0.144.1-remove-libwebrtc.patch \
1142 %D%/packages/patches/codex-0.144.1-remove-patch-sections.patch \
1143 %D%/packages/patches/codex-0.144.1-test-disable-network-model-refresh.patch \
1144 %D%/packages/patches/codex-0.144.1-test-selected-capability-readiness.patch \
1145 %D%/packages/patches/codex-0.144.1-test-shebangs.patch \
1146 %D%/packages/patches/codex-0.144.1-test-timeout.patch \
1140 %D%/packages/patches/codex-acp-0.11.1-disable-code-mode.patch \ 1147 %D%/packages/patches/codex-acp-0.11.1-disable-code-mode.patch \
1141 %D%/packages/patches/codex-acp-0.11.1-remove-patch-sections.patch \ 1148 %D%/packages/patches/codex-acp-0.11.1-remove-patch-sections.patch \
1142 %D%/packages/patches/cogl-fix-double-free.patch \ 1149 %D%/packages/patches/cogl-fix-double-free.patch \
@@ -2434,12 +2441,7 @@ dist_patch_DATA = \
2434 %D%/packages/patches/rust-1.78-unwinding-fix.patch \ 2441 %D%/packages/patches/rust-1.78-unwinding-fix.patch \
2435 %D%/packages/patches/rust-1.81-fix-riscv64-bootstrap.patch \ 2442 %D%/packages/patches/rust-1.81-fix-riscv64-bootstrap.patch \
2436 %D%/packages/patches/rust-candle-0.9.1-add-candle-onnx-to-workspace.patch \ 2443 %D%/packages/patches/rust-candle-0.9.1-add-candle-onnx-to-workspace.patch \
2437 %D%/packages/patches/rust-codex-0.98.0-test-shebangs.patch \
2438 %D%/packages/patches/rust-codex-0.117.0-core-remove-self-dep.patch \ 2444 %D%/packages/patches/rust-codex-0.117.0-core-remove-self-dep.patch \
2439 %D%/packages/patches/rust-codex-0.120.0-remove-libwebrtc.patch \
2440 %D%/packages/patches/rust-codex-0.120.0-test-timeout.patch \
2441 %D%/packages/patches/rust-codex-0.124.0-code-mode-stub-toolname.patch \
2442 %D%/packages/patches/rust-codex-0.124.0-remove-patch-sections.patch \
2443 %D%/packages/patches/rust-librocksdb-sys-unbundled-sources.patch \ 2445 %D%/packages/patches/rust-librocksdb-sys-unbundled-sources.patch \
2444 %D%/packages/patches/rust-ring-0.17-ring-core.patch \ 2446 %D%/packages/patches/rust-ring-0.17-ring-core.patch \
2445 %D%/packages/patches/rw-igraph-0.10.patch \ 2447 %D%/packages/patches/rw-igraph-0.10.patch \