diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-21 07:33:03 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-21 08:05:48 +0900 |
| commit | a308eead37fa0931b8a9a4b3e31b34acabe44eee (patch) | |
| tree | 70bc9c77a891b8be3c6a37d84f13d7e0bec368f4 /gnu/local.mk | |
| parent | 40311644a25ff598c785a7ce10250f106045d75f (diff) | |
gnu: spice-vdagent: Apply a patch fixing the monitor size calculation.
This fixes errors like:
spice-vdagentd[870]: invalid message size for VDAgentMonitorsConfig
See: <https://github.com/utmapp/UTM/issues/5832#issuecomment-3194879161>
* gnu/packages/patches/spice-vdagent-monitor-size-calculation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/spice.scm (spice-vdagent) [source] <patches>: New field.
Change-Id: I4bc0f8e207bef65c8f2fcd64928315825d520ad1
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8530f3311a2..2986521b4b0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2331,6 +2331,7 @@ dist_patch_DATA = \ %D%/packages/patches/softhsm-fix-openssl3-tests.patch \ %D%/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch \ %D%/packages/patches/sphinxbase-fix-doxygen.patch \ + %D%/packages/patches/spice-vdagent-monitor-size-calculation.patch \ %D%/packages/patches/guile-srfi-125-fix-r7rs-rename-clause.patch \ %D%/packages/patches/sssd-system-directories.patch \ %D%/packages/patches/steghide-fixes.patch \ |
