gnu: mes: Fix build on arm and x86_64.

* gnu/packages/patches/mes-0.26.1-fixups.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/mes.scm (mes)[source]: Use it.

Change-Id: I071d442232c8e4bbce2e85cac0f73fb9205a678c
This commit is contained in:
Janneke Nieuwenhuizen 2024-06-10 07:41:41 +02:00
parent 520d85bad4
commit 3036a2ed43
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273
3 changed files with 128 additions and 0 deletions

View file

@ -159,6 +159,7 @@ parsers to allow execution with Guile as extension languages.")))
(method url-fetch)
(uri (string-append "mirror://gnu/mes/"
"mes-" version ".tar.gz"))
(patches (search-patches "mes-0.26.1-fixups.patch"))
(sha256
(base32
"1x7wq9cj8pybdl736mn8z48zcwgvyvi9mr9mr9vv9jxzii90sdz1"))))