aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-05-07 00:43:24 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-05-07 00:43:24 +0300
commitcc051064c596f6f2d156c6824e77441656aa22ff (patch)
treed38ef5b772042fb60b9291aa6fa67659ecdc8f84 /gnu/local.mk
parent0a5929033f53d9f2a476d85db2ca094042328c4d (diff)
downloadguix-cc051064c596f6f2d156c6824e77441656aa22ff.tar
guix-cc051064c596f6f2d156c6824e77441656aa22ff.tar.gz
gnu: grantlee: Fix build on some architectures.
* gnu/packages/qt.scm (grantlee)[source]: Add patch. * gnu/packages/patches/grantlee-register-metaenumvariable.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Iecef53baeb023a80139ac70b9caefcfa7b79a3c6
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 0cef8f747b..edd546f81d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1402,6 +1402,7 @@ dist_patch_DATA = \
%D%/packages/patches/gpodder-disable-updater.patch \
%D%/packages/patches/gpsbabel-fix-i686-test.patch \
%D%/packages/patches/grantlee-fix-i586-precision.patch \
+ %D%/packages/patches/grantlee-register-metaenumvariable.patch \
%D%/packages/patches/grep-timing-sensitive-test.patch \
%D%/packages/patches/grfcodec-gcc-compat.patch \
%D%/packages/patches/gromacs-tinyxml2.patch \