[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: darktable: Add configure option
From: |
Roel Janssen |
Subject: |
01/01: gnu: darktable: Add configure option |
Date: |
Mon, 11 Dec 2017 05:20:25 -0500 (EST) |
roelj pushed a commit to branch master
in repository guix.
commit 8be84d31ea5ce90911e1099c7e73f15295ea526c
Author: Mark Meyer <address@hidden>
Date: Sun Dec 10 23:05:33 2017 +0100
gnu: darktable: Add configure option
---
gnu/packages/photo.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 666058c..0969347 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")