summaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
diff options
context:
space:
mode:
authorMark Meyer <mark@ofosos.org>2017-12-10 23:05:33 +0100
committerRoel Janssen <roel@gnu.org>2017-12-11 11:16:23 +0100
commit8be84d31ea5ce90911e1099c7e73f15295ea526c (patch)
tree7f1b5342dd2b0ffcff4367a9831d56dc97e7c6c2 /gnu/packages/photo.scm
parent16a7a7456109bd5be45081ba2d78bf19ba1f0c3c (diff)
downloadguix-patches-8be84d31ea5ce90911e1099c7e73f15295ea526c.tar
guix-patches-8be84d31ea5ce90911e1099c7e73f15295ea526c.tar.gz
gnu: darktable: Add configure option
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r--gnu/packages/photo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 666058c9dc..0969347087 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -337,7 +337,7 @@ photographic equipment.")
(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")