mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: freeimage: Remove MIPS from supported-systems.
* gnu/packages/image.scm (freeimage): Drop support for "mips64el-linux".
This commit is contained in:
parent
dad287bdba
commit
f9664de768
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,8 @@ (define-public freeimage
|
|||
#:tests? #f)) ; no check target
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
;; Fails to build on MIPS due to assembly code in the source.
|
||||
(supported-systems (delete "mips64el-linux" %supported-systems))
|
||||
(synopsis "Library for handling popular graphics image formats")
|
||||
(description
|
||||
"FreeImage is a library for developers who would like to support popular
|
||||
|
|
Loading…
Reference in a new issue