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,4 +1,5 @@
|
||||||
;;; Copyright © 2022 dan <i@dan.games>
|
;;; 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
|
;;; 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
|
;;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -31,14 +32,14 @@
|
||||||
"/bin.linux26"
|
"/bin.linux26"
|
||||||
(match (%current-system)
|
(match (%current-system)
|
||||||
("i686-linux" "x86")
|
("i686-linux" "x86")
|
||||||
("x86_64-linux" "x86_64"))
|
(_ "x86_64"))
|
||||||
"/helix-core-server.tgz"))
|
"/helix-core-server.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
(match (%current-system)
|
(match (%current-system)
|
||||||
("i686-linux"
|
("i686-linux"
|
||||||
"0f5qs55rspw86axnmml3nxx551lwbxwz1cgi9kmy2f9g5rrplnkn")
|
"0f5qs55rspw86axnmml3nxx551lwbxwz1cgi9kmy2f9g5rrplnkn")
|
||||||
("x86_64-linux"
|
(_
|
||||||
"077rfbjgyhdgv76i2727s3yk3p52y75nml8n9wv8g7mvhfs9ypa9"))))))
|
"077rfbjgyhdgv76i2727s3yk3p52y75nml8n9wv8g7mvhfs9ypa9"))))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user