nongnu: helix-core: Match source for all other architectures.

Fixes https://gitlab.com/nonguix/nonguix/-/issues/214

* nongnu/packages/version-control.scm (helix-core)[source]: Match other
architectures as well, so they can `guix pull` again.
This commit is contained in:
Jonathan Brielmaier 2022-11-18 09:16:04 +01:00
parent a33e599a8d
commit f3227e33d1
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -1,4 +1,5 @@
;;; Copyright © 2022 dan <i@dan.games>
;;; Copyright © 2022 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@ -31,14 +32,14 @@
"/bin.linux26"
(match (%current-system)
("i686-linux" "x86")
("x86_64-linux" "x86_64"))
(_ "x86_64"))
"/helix-core-server.tgz"))
(sha256
(base32
(match (%current-system)
("i686-linux"
"0f5qs55rspw86axnmml3nxx551lwbxwz1cgi9kmy2f9g5rrplnkn")
("x86_64-linux"
(_
"077rfbjgyhdgv76i2727s3yk3p52y75nml8n9wv8g7mvhfs9ypa9"))))))
(build-system binary-build-system)
(arguments