mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
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:
parent
a33e599a8d
commit
f3227e33d1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue