me
/
guix
Archived
1
0
Fork 0

gnu: darktable: Add configure option

master
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
1 changed files with 1 additions and 1 deletions

View File

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