gnu: darktable: Add configure option
This commit is contained in:
parent
16a7a74561
commit
8be84d31ea
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ (define-public darktable
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; There are no tests.
|
||||
#:configure-flags '("-DCMAKE_INSTALL_LIBDIR=lib")
|
||||
#:configure-flags '("-DCMAKE_INSTALL_LIBDIR=lib" "-DBINARY_PACKAGE_BUILD=On")
|
||||
#:make-flags
|
||||
(list
|
||||
(string-append "CPATH=" (assoc-ref %build-inputs "ilmbase")
|
||||
|
|
Loading…
Reference in a new issue