diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-27 19:01:22 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-13 10:47:43 +0100 |
| commit | 279410efb8a5749d7081cc89e02cc5e2dd7c5d3a (patch) | |
| tree | c85adea76ce8c094ffe783274856c688903d3a3f /gnu/local.mk | |
| parent | 7986689cb620e3c21ce4833e1b3a4dff10cc6494 (diff) | |
gnu: Add codex.
* gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch: New file.
* gnu/packages/patches/rust-codex-0.98.0-test-shebangs.patch: New file.
* gnu/packages/patches/rust-codex-0.98.0-test-timeout.patch: New file.
* gnu/packages/patches/rust-codex-0.98.0-windows-sandbox-protocol-version.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add references to the patches.
* gnu/packages/rust-apps.scm (codex): New variable.
* gnu/packages/rust-crates.scm: Add crates.
* gnu/packages/rust-sources.scm (rust-codex-0.98.0): New variable.
Change-Id: Ic4af28034cbae83a7e212ee328cbdc25bce31ef0
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index fcf517c1e8a..19921260789 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1125,6 +1125,7 @@ dist_patch_DATA = \ %D%/packages/patches/coda-use-system-libs.patch \ %D%/packages/patches/codex-acp-0.9.2-remove-patch-sections.patch \ %D%/packages/patches/codex-acp-0.9.2-replace-result-flatten.patch \ + %D%/packages/patches/codex-0.98.0-remove-patch-sections.patch \ %D%/packages/patches/cogl-fix-double-free.patch \ %D%/packages/patches/collada-dom-boost.patch \ %D%/packages/patches/collectd-5.11.0-noinstallvar.patch \ @@ -2382,6 +2383,9 @@ dist_patch_DATA = \ %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 \ %D%/packages/patches/rust-ring-0.17-ring-core.patch \ %D%/packages/patches/rw-igraph-0.10.patch \ %D%/packages/patches/rxvt-unicode-fix-cursor-position.patch \ |
