1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: darktable: Build with system LibRaw.

* gnu/packages/photo.scm (darktable)[arguments]<#:configure-flags>: Pass
"-DDONT_USE_INTERNAL_LIBRAW=On".
[inputs]: Add libraw.

Change-Id: I468c3fa16011afdb10a1667cca83ed71bb026d1f
This commit is contained in:
Vinicius Monego
2025-02-16 21:24:57 -03:00
parent c2f58e666a
commit 5bded4287e

View File

@@ -548,7 +548,8 @@ photographic equipment.")
(list
#:configure-flags
#~(list "-DBINARY_PACKAGE_BUILD=On"
"-DBUILD_TESTING=On")
"-DBUILD_TESTING=On"
"-DDONT_USE_INTERNAL_LIBRAW=On")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'libOpenCL-path
@@ -603,6 +604,7 @@ photographic equipment.")
libjxl ;optional, for JPEG-XL support
libomp
libpng
libraw
(librsvg-for-system)
libsecret ;optional, for storing passwords
libsoup-minimal-2 ;optional, for osm-gps-map