gnu: shepherd-0.10: When target riscv64, use guile-fibers-1.1.
* gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: When target-riscv64? is true, use guile-fibers-1.1. Change-Id: I89d2e1a7bd6cbc69d19230d9b1c45ce6e339a13dmaster
parent
e5078ff321
commit
eaa99648ff
|
@ -36,7 +36,7 @@
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
|
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
|
||||||
;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2021, 2023 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2021, 2023, 2024 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
|
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
|
||||||
;;; Copyright © 2021 qblade <qblade@protonmail.com>
|
;;; Copyright © 2021 qblade <qblade@protonmail.com>
|
||||||
;;; Copyright © 2021 Hyunseok Kim <lasnesne@lagunposprasihopre.org>
|
;;; Copyright © 2021 Hyunseok Kim <lasnesne@lagunposprasihopre.org>
|
||||||
|
@ -398,7 +398,8 @@ interface and is based on GNU Guile.")
|
||||||
;; affects any system without a functional real-time
|
;; affects any system without a functional real-time
|
||||||
;; clock (RTC), but in practice these are typically Arm
|
;; clock (RTC), but in practice these are typically Arm
|
||||||
;; single-board computers.
|
;; single-board computers.
|
||||||
(if (target-arm?)
|
(if (or (target-arm?)
|
||||||
|
(target-riscv64?))
|
||||||
guile-fibers-1.1
|
guile-fibers-1.1
|
||||||
guile-fibers))))
|
guile-fibers))))
|
||||||
(inputs (modify-inputs (package-inputs shepherd-0.9)
|
(inputs (modify-inputs (package-inputs shepherd-0.9)
|
||||||
|
|
Reference in New Issue