all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29650] Add darktable configure option
@ 2017-12-10 22:10 Mark Meyer
  2017-12-11 10:21 ` Roel Janssen
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Meyer @ 2017-12-10 22:10 UTC (permalink / raw)
  To: 29650

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

Hi,
I've got the same problem with darktable that is described in this
Mageia discussion:

https://bugs.mageia.org/show_bug.cgi?id=12510

Same workaround works for me on Guix. 

Patch attached.

Cheers, Mark

-- 
  Mark Meyer
  mark@ofosos.org

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-darktable-Add-configure-option.patch --]
[-- Type: text/x-patch; name="0001-gnu-darktable-Add-configure-option.patch", Size: 838 bytes --]

From 9c954aeec503e79c1a26e3b68d46b4df6e80d820 Mon Sep 17 00:00:00 2001
From: Mark Meyer <mark@ofosos.org>
Date: Sun, 10 Dec 2017 23:05:33 +0100
Subject: [PATCH] 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 8862bdfcb..0774c60ec 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")
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-11 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-10 22:10 [bug#29650] Add darktable configure option Mark Meyer
2017-12-11 10:21 ` Roel Janssen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.