all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark Meyer <mark@ofosos.org>
To: 29650@debbugs.gnu.org
Subject: [bug#29650] Add darktable configure option
Date: Sun, 10 Dec 2017 23:10:47 +0100	[thread overview]
Message-ID: <1512943847.3720969.1200427416.674067E1@webmail.messagingengine.com> (raw)

[-- 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


             reply	other threads:[~2017-12-10 22:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-10 22:10 Mark Meyer [this message]
2017-12-11 10:21 ` [bug#29650] Add darktable configure option Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512943847.3720969.1200427416.674067E1@webmail.messagingengine.com \
    --to=mark@ofosos.org \
    --cc=29650@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.