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/packages/enlightenment.scm | |
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/packages/enlightenment.scm')
-rw-r--r-- | gnu/packages/enlightenment.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 9989e2f5a8..d0ad44271e 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -70,6 +70,7 @@ (uri (string-append "https://download.enlightenment.org/rel/libs/efl/efl-" version ".tar.xz")) + (patches (search-patches "efl-mesa-compat.patch")) (sha256 (base32 "0a5907h896pvpix7a6idc2fspzy6d78xrzf84k8y9fyvnd14nxs4")))) |