diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-15 13:24:02 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-04-15 13:25:53 +0300 |
| commit | 297b593f627a252cf435282403d18f90bde6601c (patch) | |
| tree | 34569a93974465de321c0c1e2eded195e00d9660 /gnu/packages | |
| parent | 07ecb050c085ad71cde262654a5f1b5cbd8090f2 (diff) | |
gnu: zed: Remove a prebuilt binary.
* gnu/packages/text-editors.scm (zed)[source]: Add a snippet to remove a
bundled binary.
Change-Id: Ie4d94807c51d71d8199195225a6e019512021719
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/text-editors.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index e5d4d59ad74..d1d44232fa3 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm | |||
| @@ -2051,7 +2051,10 @@ colours), kitty keyboard protocol, editorconfig support, amongst other features. | |||
| 2051 | "zed-0.225.10-fix-workspace-race.patch" | 2051 | "zed-0.225.10-fix-workspace-race.patch" |
| 2052 | "zed-0.225.10-keep-regular-file-workspaces.patch" | 2052 | "zed-0.225.10-keep-regular-file-workspaces.patch" |
| 2053 | "zed-0.225.10-remove-patch-crates-io.patch" | 2053 | "zed-0.225.10-remove-patch-crates-io.patch" |
| 2054 | "zed-0.225.10-use-mock-livekit-on-linux.patch")))) | 2054 | "zed-0.225.10-use-mock-livekit-on-linux.patch")) |
| 2055 | (snippet | ||
| 2056 | #~(begin (delete-file | ||
| 2057 | "crates/zed/resources/windows/bin/x64/OpenConsole.exe"))))) | ||
| 2055 | (build-system cargo-build-system) | 2058 | (build-system cargo-build-system) |
| 2056 | (arguments | 2059 | (arguments |
| 2057 | (list #:install-source? #f | 2060 | (list #:install-source? #f |
