diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-01-19 10:43:52 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-01-27 14:27:25 +0900 |
| commit | 33bb5f129d8e2070cbce5c8e34b9a0bab8e0f61f (patch) | |
| tree | 0d585f4cb6625ffa9c74c725210da8475e663f55 /gnu/packages/rust-apps.scm | |
| parent | d5cd7679d3d81aa11e15fe0f2c8902d6aa620160 (diff) | |
gnu: mitm-cache: Apply patch to gracefully handle HEAD requests.
* gnu/packages/patches/mitm-cache-head-requests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register.
* gnu/packages/rust-apps.scm (mitm-cache): Apply it.
Change-Id: I3480735340ef72be2acf8a3fdcfa9e71a6961b45
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 5b5a9de115f..a6f3595474a 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -1976,7 +1976,8 @@ specified image or color, easing the process of theme creation.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hbjzf3jb8gpisq3qi5z7wc20hawcgvjwnw2xp80bwq1cj12d3vr")))) + (base32 "0hbjzf3jb8gpisq3qi5z7wc20hawcgvjwnw2xp80bwq1cj12d3vr")) + (patches (search-patches "mitm-cache-head-requests.patch")))) (build-system cargo-build-system) (arguments '(#:install-source? #f)) |
