summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-06-27 21:26:59 +0200
committerMarius Bakke <marius@gnu.org>2022-06-27 23:48:00 +0200
commit02f7c56ec43b6de5be6195857ab6cbc4f1662190 (patch)
tree96d9c9febd692a74671b00f73197456dcb03137d /gnu
parent9dfd2ad73b80b7eb363b02930f20cc63396ab966 (diff)
downloadguix-02f7c56ec43b6de5be6195857ab6cbc4f1662190.tar.gz
gnu: libjpeg-turbo: Build with cmake-minimal.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/image.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 307b91864c..4d77e2d392 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1693,12 +1693,7 @@ is hereby granted."))))
                                     ((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