~ruther/guix-local

8be84d31ea5ce90911e1099c7e73f15295ea526c — Mark Meyer 8 years ago 16a7a74
gnu: darktable: Add configure option
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/photo.scm
M gnu/packages/photo.scm => gnu/packages/photo.scm +1 -1
@@ 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")