mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: libgpg-error: Fix cross-compiling to mips64el-linux.
* gnu/packages/gnupg.scm (libgpg-error)[arguments]: When cross compiling create a symlink for mips64el.
This commit is contained in:
parent
8791ef7cf6
commit
e2f973b4ca
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ (define-public libgpg-error
|
|||
(match (string-take target
|
||||
(string-index target #\-))
|
||||
("armhf" "arm-unknown-linux-gnueabi")
|
||||
("mips64el" "mips-unknown-linux-gnu")
|
||||
(x
|
||||
(string-append x "-unknown-linux-gnu")))))
|
||||
(symlink
|
||||
|
|
Loading…
Reference in a new issue