aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-10 20:53:14 +0800
committerJohn Kehayias <john.kehayias@protonmail.com>2024-11-05 11:56:40 -0500
commitbaef6448695482220c9d9b82dfa8d6e2dbba4674 (patch)
tree28728404af457509079898519ed410b1ea753b11 /gnu/local.mk
parente13f4b10c5875ea4d2e174b82c5ae10985d6dfb4 (diff)
downloadguix-baef6448695482220c9d9b82dfa8d6e2dbba4674.tar.gz
guix-baef6448695482220c9d9b82dfa8d6e2dbba4674.zip
gnu: qtwayland-6: Fix build.
* gnu/packages/patches/qtwayland-6-update-wayland-xml.patch: new patch. * gnu/local.mk (dist_patch_DATA): Registered it. * gnu/packages/qt.scm (qtwayland-6)[source]: Use it. [arguments]<#:phases>: Adjust disable-failing-tests to disable tst_scaling test. Change-Id: I23aa602ce572e2a1eb5092bada97a84ba4af596e
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 8a85f56c8e..1fbbeedefb 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2085,6 +2085,7 @@ dist_patch_DATA = \
%D%/packages/patches/qmk-firmware-fix-hacker-dvorak.patch \
%D%/packages/patches/qtwayland-dont-recreate-callbacks.patch \
%D%/packages/patches/qtwayland-cleanup-callbacks.patch \
+ %D%/packages/patches/qtwayland-6-update-wayland-xml.patch \
%D%/packages/patches/ragel-char-signedness.patch \
%D%/packages/patches/randomjungle-disable-static-build.patch \
%D%/packages/patches/rapidcheck-fix-libs.patch \