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
|
@ -377,6 +377,8 @@ supplies a generic doubly-linked list and some string functions.")
|
||||||
#:tests? #f)) ; no check target
|
#:tests? #f)) ; no check target
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("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")
|
(synopsis "Library for handling popular graphics image formats")
|
||||||
(description
|
(description
|
||||||
"FreeImage is a library for developers who would like to support popular
|
"FreeImage is a library for developers who would like to support popular
|
||||||
|
|
Loading…
Reference in New Issue