aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
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
parent16a7a7456109bd5be45081ba2d78bf19ba1f0c3c (diff)
downloadguix-8be84d31ea5ce90911e1099c7e73f15295ea526c.tar.gz
guix-8be84d31ea5ce90911e1099c7e73f15295ea526c.zip
gnu: darktable: Add configure option
Diffstat (limited to 'gnu/packages')
-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")
td>ci: Remove native-system restriction from "hello" and "list" jobsets....Jan (janneke) Nieuwenhuizen 2020-09-03ci: In the 'core' subset, build GCC >= 7....Ludovic Courtès 2020-09-03gnu: ci: Truncate git commit in ISO label....Julien Lepiller 2020-08-31gnu: ci: Set label in iso9660 jobs....Julien Lepiller 2020-06-29ci: Do not limit disk-image size....Mathieu Othacehe 2020-06-25ci: Build Guix System images....Mathieu Othacehe 2020-06-25Revert "ci: Build Guix System images."...Ludovic Courtès 2020-06-24ci: Build Guix System images.Mathieu Othacehe 2020-05-29image: Do not use VM to create disk-images....Mathieu Othacehe 2020-05-05Merge branch 'master' into core-updatesMarius Bakke 2020-05-05image: Add a new API....Mathieu Othacehe 2020-04-08Merge branch 'master' into core-updates...Marius Bakke 2020-04-07ci: Remove "mips64el-linux-gnuabi64" from '%cross-targets'....Ludovic Courtès 2020-03-14Merge branch 'master' into core-updatesMarius Bakke 2020-03-13maint: Add 'etc/release-manifest.scm'....Ludovic Courtès 2020-03-10Merge branch 'master' into core-updatesMarius Bakke 2020-03-05ci: Adjust 'channel-build-system' for when the source is a file name....Ludovic Courtès 2020-03-05tests: "make check-system" no longer interns source upfront....Ludovic Courtès 2020-03-05ci: Move 'cross-jobs' procedure to the top level....Ludovic Courtès 2020-02-24ci: Don't cross build bootstrap tarballs to MinGW....Ludovic Courtès 2020-01-31ci: Cross-build for riscv64-linux-gnu....Ludovic Courtès 2019-12-01ci: Make sure the Guix checkout is the one providing Cuirass proc....Clément Lassieur 2019-11-13tests: "make check-system" uses Guix built with (guix self)....Ludovic Courtès 2019-08-26ci: Try hard to build package replacements....Ludovic Courtès 2019-08-14gnu: mingw: Add x86_64 support....Carl Dong 2019-07-06ci: 'channel-build-system' honors the target system....Ludovic Courtès