mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: a2jmidid: Fix build for riscv64-linux.
* gnu/packages/music.scm (a2jmidid)[source]: Add snippet. Change-Id: I7bcbe87cba314eeb7f939ea64573b3717e4ed448 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
@@ -7247,6 +7247,13 @@ It is provided as an LV2 plugin and as a standalone Jack application.")
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jackaudio/a2jmidid")
|
||||
(commit version)))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Fix build for for riscv64-linux, same as:
|
||||
;; https://github.com/jackaudio/a2jmidid/pull/18
|
||||
'(substitute* "sigsegv.c"
|
||||
(("!defined[(]__aarch64__[)]")
|
||||
"!defined(__arch64__) && !defined(__riscv)")))
|
||||
(sha256
|
||||
(base32 "1x6rcl3f4nklnx4p5jln9a7fpj9y7agjxs9rw7cccmwnski7pnsq"))
|
||||
(file-name (git-file-name name version))))
|
||||
|
||||
Reference in New Issue
Block a user