gnu: darktable: Add configure option

This commit is contained in:
Mark Meyer 2017-12-10 23:05:33 +01:00 committed by Roel Janssen
parent 16a7a74561
commit 8be84d31ea
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -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")