aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2024-03-09 09:43:19 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2024-03-09 19:38:52 +0100
commitfe2b2f860e1fd7dfdc333f65893e65f131e290c7 (patch)
tree7897c608d5cca6dce52003e8876dd91f6ed0e0bc /gnu/local.mk
parenteefcc7cafa0dc79eb6bed47601da9e03c6865636 (diff)
downloadguix-fe2b2f860e1fd7dfdc333f65893e65f131e290c7.tar
guix-fe2b2f860e1fd7dfdc333f65893e65f131e290c7.tar.gz
gnu: orbit2: Fix bug on 32-bit systems.
* gnu/packages/patches/orbit2-fix-array-allocation-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/gnome.scm (orbit2): Use it here. Change-Id: I72e10fc9d8a5421a7ec6b4ccf1425008b322ea3f Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
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 dcd320fec4..9fbfc754a0 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1781,6 +1781,7 @@ dist_patch_DATA = \
%D%/packages/patches/opentaxsolver-file-browser-fix.patch \
%D%/packages/patches/open-zwave-hidapi.patch \
%D%/packages/patches/orangeduck-mpc-fix-pkg-config.patch \
+ %D%/packages/patches/orbit2-fix-array-allocation-32bit.patch \
%D%/packages/patches/orpheus-cast-errors-and-includes.patch \
%D%/packages/patches/osip-CVE-2017-7853.patch \
%D%/packages/patches/ots-no-include-missing-file.patch \