mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
520d85bad4
commit
3036a2ed43
3 changed files with 128 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue