Skip to content
Snippets Groups Projects
Unverified Commit 8be84d31 authored by Mark Meyer's avatar Mark Meyer Committed by Roel Janssen
Browse files

gnu: darktable: Add configure option

parent 16a7a745
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ (define-public darktable ...@@ -337,7 +337,7 @@ (define-public darktable
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment