[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/30: gnu: a2jmidid: Fix build for riscv64-linux.
From: |
guix-commits |
Subject: |
15/30: gnu: a2jmidid: Fix build for riscv64-linux. |
Date: |
Tue, 19 Mar 2024 07:12:08 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 8dbc9b46586e55967e1ea4b6067e82bcba031ba1
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Tue Mar 19 19:08:09 2024 +0800
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>
---
gnu/packages/music.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c0137ed548..c1f69ee55c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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))))
- 20/30: gnu: gigolo: Update to 0.5.3., (continued)
- 20/30: gnu: gigolo: Update to 0.5.3., guix-commits, 2024/03/19
- 21/30: gnu: ristretto: Update to 0.13.2., guix-commits, 2024/03/19
- 29/30: gnu: xfce4-weather-plugin: Update to 0.11.2., guix-commits, 2024/03/19
- 04/30: gnu: quickjs: Honor the #:tests? flag., guix-commits, 2024/03/19
- 06/30: gnu: sxhkd: Use Gexps., guix-commits, 2024/03/19
- 25/30: gnu: mousepad: Update to 0.6.2., guix-commits, 2024/03/19
- 19/30: gnu: thunar-media-tags-plugin: Update to 0.4.0., guix-commits, 2024/03/19
- 22/30: gnu: xfce4-dict: Update to 0.8.6., guix-commits, 2024/03/19
- 08/30: gnu: bspwm: Use Gexps., guix-commits, 2024/03/19
- 11/30: gnu: spdlog: Fix cross-compilation., guix-commits, 2024/03/19
- 15/30: gnu: a2jmidid: Fix build for riscv64-linux.,
guix-commits <=
- 17/30: gnu: xfce4-pulseaudio-plugin: Update to 0.4.8., guix-commits, 2024/03/19
- 18/30: gnu: thunar-archive-plugin: Update to 0.5.2., guix-commits, 2024/03/19
- 24/30: gnu: xfce4-notifyd: Update to 0.9.4., guix-commits, 2024/03/19
- 27/30: gnu: xfce4-screensaver: Update to 4.18.3., guix-commits, 2024/03/19
- 28/30: gnu: xfce4-genmon-plugin: Update to 4.2.0., guix-commits, 2024/03/19
- 03/30: gnu: quickjs: Use G-expressions., guix-commits, 2024/03/19
- 07/30: gnu: sxhkd: Remove asciidoc from inputs., guix-commits, 2024/03/19
- 09/30: gnu: bspwm: Fix cross-compilation., guix-commits, 2024/03/19
- 13/30: services: sddm: Add extension for localed-service-type., guix-commits, 2024/03/19
- 16/30: gnu: xfce4-clipman-plugin: Update to 1.6.6., guix-commits, 2024/03/19