mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: mescc-tools: Build for armhf-linux and aarch64-linux too.
* gnu/packages/mes.scm (mescc-tools)[supported-systems]: New field, overriding the v0.5.2 version.
This commit is contained in:
parent
a9d537594d
commit
7982adb40a
1 changed files with 2 additions and 0 deletions
|
@ -345,6 +345,8 @@ (define-public mescc-tools
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p1ijia4rm3002f5sypidl9v5gq0mlch9b0n61rpxkdsaaxjqax3"))))
|
"1p1ijia4rm3002f5sypidl9v5gq0mlch9b0n61rpxkdsaaxjqax3"))))
|
||||||
|
(supported-systems '("armhf-linux" "aarch64-linux"
|
||||||
|
"i686-linux" "x86_64-linux"))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments mescc-tools-0.5.2)
|
(substitute-keyword-arguments (package-arguments mescc-tools-0.5.2)
|
||||||
((#:make-flags _)
|
((#:make-flags _)
|
||||||
|
|
Loading…
Reference in a new issue