gnu: darktable: Add configure option
This commit is contained in:
parent
16a7a74561
commit
8be84d31ea
|
@ -337,7 +337,7 @@ photographic equipment.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
#:configure-flags '("-DCMAKE_INSTALL_LIBDIR=lib")
|
#:configure-flags '("-DCMAKE_INSTALL_LIBDIR=lib" "-DBINARY_PACKAGE_BUILD=On")
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list
|
(list
|
||||||
(string-append "CPATH=" (assoc-ref %build-inputs "ilmbase")
|
(string-append "CPATH=" (assoc-ref %build-inputs "ilmbase")
|
||||||
|
|
Loading…
Reference in New Issue