diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-26 12:26:42 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-26 12:27:57 +0100 |
commit | e99d036828bd7d01bfd108f3d5a2f7de61fab32d (patch) | |
tree | c89f2b63bb3770b7da1d0496b011295d401a0c22 /gnu/local.mk | |
parent | 33eb63da646706380f74ac710740f12a0f0a7a8c (diff) | |
download | guix-e99d036828bd7d01bfd108f3d5a2f7de61fab32d.tar guix-e99d036828bd7d01bfd108f3d5a2f7de61fab32d.tar.gz |
gnu: efl: Fix build on 32-bit architectures.
* gnu/packages/patches/efl-mesa-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/enlightenment.scm (efl)[source](patches): Use it.
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 a4507f5e99..62407351a0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -659,6 +659,7 @@ dist_patch_DATA = \ %D%/packages/patches/doxygen-test.patch \ %D%/packages/patches/dropbear-CVE-2018-15599.patch \ %D%/packages/patches/dvd+rw-tools-add-include.patch \ + %D%/packages/patches/efl-mesa-compat.patch \ %D%/packages/patches/elfutils-tests-ptrace.patch \ %D%/packages/patches/einstein-build.patch \ %D%/packages/patches/emacs-exec-path.patch \ |