gnu: libjpeg-turbo: Build with cmake-minimal.

* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
This commit is contained in:
Marius Bakke 2022-06-27 21:26:59 +02:00
parent 9dfd2ad73b
commit 02f7c56ec4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1693,12 +1693,7 @@ (define-public libjpeg-turbo
((string-prefix? "riscv64" target)
`("-DCMAKE_SYSTEM_PROCESSOR=riscv64"))
(else '()))
'())))
,@(if (%current-target-system)
'()
;; Use a special "bootstrap" CMake for the native build to work
;; around a circular dependency between CMake and this package.
`(#:cmake ,cmake-bootstrap))))
'())))))
(home-page "https://libjpeg-turbo.org/")
(synopsis "SIMD-accelerated JPEG image handling library")
(description "libjpeg-turbo is a JPEG image codec that accelerates baseline